jgjr

Results 2 comments of jgjr

I am having the same issue, but this solution will not work for me. Is there a way to generate an access token statelessly? My app runs in a serverless...

@sasivarnan The solution was fairly simple. In the initial call of generateAuthURL() I use code_challenge_method: 'plain' and save the code_challenge that I use. Then when the user is redirected back...