sergiodxa / remix-auth-oauth2

A OAuth2Strategy for Remix Auth
https://sergiodxa.github.io/remix-auth-oauth2/
MIT License
150 stars 56 forks source link

Make `fetchAccessToken` protected instead of private #55

Closed rossipedia closed 1 year ago

rossipedia commented 1 year ago

Closes #48

This will make it much easier to implement refresh tokens and rotation using a derived strategy. This is possible currently just by using @ts-ignore or @ts-expect-error but it would be nice to have the approach supported by the types as well.