I have an VUE-SPA (No SSR) and multiple Symfony REST API´s.
I know, I need the Implicit Grant for this.
The docs for this descripes, I need to create an API “Register your API with Auth0”
see: Implicit Flow with Form Post
What I did:
- Create an application, type SPA
- Create an API
My question:
How does the application and the api get work together because if i create an API,
Auth0 creates a new Application type machine-to-machine for me?
I see in the created API > Machine to Machine Applications, the automated created Application is Authorized, but should not stay my Application type SPA there?
I know I have a huge miss understanding, but I can´t find my mind-error…
Thanks for any help!