You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
pilcrowonpaper
changed the title
Add generic OAuth 2.0 provider
Add generic OAuth 2.0 client
Nov 22, 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.
The text was updated successfully, but these errors were encountered: