Skip to content

Fix auth url generation#68

Merged
dirkzon merged 13 commits into
mainfrom
fix-auth-url-generation
May 14, 2026
Merged

Fix auth url generation#68
dirkzon merged 13 commits into
mainfrom
fix-auth-url-generation

Conversation

@dirkzon
Copy link
Copy Markdown
Owner

@dirkzon dirkzon commented May 8, 2026

When running the project in dev mode the requeting of the access token often went wrong due to an invalid code verifier. Fixed this by storing the code verifier in session storage.

Pass the client id and secret directly into the API calls instead of storing them in variables first.

After receiving the access token, clear the code verifier from the state and session storage.

@dirkzon dirkzon self-assigned this May 8, 2026
@dirkzon dirkzon added bug Something isn't working invalid This doesn't seem right labels May 8, 2026
@dirkzon dirkzon merged commit 321d290 into main May 14, 2026
3 checks passed
@dirkzon dirkzon deleted the fix-auth-url-generation branch May 14, 2026 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working invalid This doesn't seem right

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant