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
Expected behavior
Admin user should be logged in with the custom auth strategy, or with the externalIdentifier that I sent it from my client site.
Environment (please complete the following information):
@vendure/core version:
Nodejs version
Database (postgres):
Additional context
I am trying to implement a custom auth for admin, for testing purposes I have just taken auth strategy and external identifier as an input in authenticate mutation and then allow it to check if there is admin available with these inputs, if the user exists then return the user else create a new one as mentioned on the vendure documentation. But it is showing an error while logging.
Here is the database tables snapshots Administrator Table
Users Table
Authentication method table
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Admin user should be logged in with the custom auth strategy, or with the externalIdentifier that I sent it from my client site.
Environment (please complete the following information):
Additional context
I am trying to implement a custom auth for admin, for testing purposes I have just taken auth strategy and external identifier as an input in authenticate mutation and then allow it to check if there is admin available with these inputs, if the user exists then return the user else create a new one as mentioned on the vendure documentation. But it is showing an error while logging.
Here is the database tables snapshots
Administrator Table
Users Table
Authentication method table
The text was updated successfully, but these errors were encountered: