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
When using the @adonisjs/ally package, you need to use a code like this to redirect the user to the auth provider:
awaitally.use('github').redirect()
The problem is that it can't be called from remix loaders, since the way redirections are handled aren't compatibles.
Is there anything possible to fix this?
The text was updated successfully, but these errors were encountered:
When using the
@adonisjs/ally
package, you need to use a code like this to redirect the user to the auth provider:The problem is that it can't be called from remix loaders, since the way redirections are handled aren't compatibles.
Is there anything possible to fix this?
The text was updated successfully, but these errors were encountered: