danestves / remix-auth-auth0

An Auth0Strategy for Remix Auth, based on the OAuth2Strategy
MIT License
119 stars 22 forks source link

feat: add screen_hint=signup option #78

Closed simjes closed 2 years ago

simjes commented 2 years ago

Maybe this can be more dynamic so we don't have to set it in the strategy setup 🤔 ?

simjes commented 2 years ago

Saw that I can add it to action='/auth/auth0?screen_hint=signup' can create a PR to document it instead