keep getting authorisation prompt #1630
Unanswered
rizwansaeed
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am using the Strava provider but each time I login in I am prompted to authorise my application. From the Strava docs (https://developers.strava.com/docs/authentication/#detailsaboutrequestingaccess) the default should be
auto
meaning I don't get prompted each time, and even when I explicitly set theparams
to includeapproval_prompt: 'auto'
I still get a prompt.I've included my
options
below which does include some callbacks in case I've missed something (apologies I'm a still a bit new to nextjs and OAuth!)Any guidance would be appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions