Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add strava oauth provider #293

Merged
merged 2 commits into from
Dec 9, 2024
Merged

feat: add strava oauth provider #293

merged 2 commits into from
Dec 9, 2024

Conversation

justpeterpan
Copy link
Contributor

Adding the OAuth provider for Strava.


How to test locally (& for free):

  • If you have not already, go to https://www.strava.com/register and sign up for a Strava account
  • After you are logged in, go to https://www.strava.com/settings/api and create an app.
  • You should see the “My API Application” page now. Here is what everything means:
    • Category: The category you chose for your application
    • Club: Will show if you have a club associated with your application
    • Client ID: Your application ID
    • Client Secret: Your client secret (please keep this confidential)
    • Authorization token: Your authorization token which will change every six hours (please keep this confidential)
    • Your Refresh token: The token you will use to get a new authorization token (please keep this confidential)
    • Rate limits: Your current rate limit
    • Authorization Callback Domain: When building your app, change “Authorization Callback Domain” to localhost or any domain. When taking your app live, change “Authorization Callback Domain” to a real domain.

Copy link

pkg-pr-new bot commented Dec 9, 2024

Open in Stackblitz

npm i https://pkg.pr.new/atinux/nuxt-auth-utils@293

commit: 69f37b2

@atinux atinux merged commit 96363b2 into atinux:main Dec 9, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants