I’m a bit confused about how to connect Auth0 and 8base.
I created an authentication profile on 8base with my own Auth0 account. Then I created a user on both Auth0 and 8base with the same email. When I login with that user through Auth0 (using the default flow with the lock widget and loginWithRedirect
from @auth0/auth0-spa-js
) and try to query the user with the same email on 8base, I get the following error: “You don’t have permission to perform this operation”.
The user on 8base should have permissions to query its own data. Are there extra steps needed to make this work? The same flow with the 8base authentication was working.
A tutorial on how to setup 8base with Auth0 (using our own account) might also be useful as the authentication docs are more surface level.