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

Add generic OAuth 2.0 client #206

Closed
pilcrowonpaper opened this issue Nov 21, 2024 · 0 comments · Fixed by #207
Closed

Add generic OAuth 2.0 client #206

pilcrowonpaper opened this issue Nov 21, 2024 · 0 comments · Fixed by #207

Comments

@pilcrowonpaper
Copy link
Owner

pilcrowonpaper commented Nov 21, 2024

Add a generic OAuth 2.0 client.

I used to maintain a generic OAuth 2.0 client with @oslojs/oauth2 but I removed it since it felt wrong to use the Fetch API in Oslo packages.

The generic client will strictly follow the spec (RFC 6749, 7009, and 7636) and providers exported by Arctic will not have to use it. That should simplify the API a bit.

@pilcrowonpaper pilcrowonpaper changed the title Add generic OAuth 2.0 provider Add generic OAuth 2.0 client Nov 22, 2024
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 a pull request may close this issue.

1 participant