I’m new to Auth0 and i have these applications:
- Flutter app
- Flutter app
- Phoenix web app
- Phoenix/Elixir API
All applications will be using one backend server. Currently, i configured the backend server to use credentials for a native application.
I wondering if i should still use the credentials for a native application when i have mobile and web applications.
Hi @scrubborg,
Welcome to the Community!
You should register each app and API/backend separately. You will end up having a client ID for each app, and a client secret for any non-public applications. Go to Applications > Create Application or APIs > Create API depending on what you are registering. You should end up having 3 Apps and 1 API, from what you have listed.
Hope this helps,
Dan
I see. But if i were to use universal login, do i need to create mutiple Apps and 1 API?