I’m working on Angular 2 app creation and it’s necessary to implement auth0 integration with Backendless.
Integration auth0 into Angular 2 quite simple. So in my case the simplest example will be https://auth0.com/docs/quickstart/spa/angular2/01-login
But right now I don’t know the best way to proceed with auth0 integration with Backendless.
Are there some examples or documentation with such types of implementation?
Otherwise could you suggest please the possible way to go ahead with such integration or any thoughts about it?
I browsed through the auth0 site trying to find a description of the client/server protocol, but could not find any. Do you have any references which would shed some light on what the requirements are for the server-side in order to implement Auth0?