Hi, I’m new with Auth0, I have already developed a system with Ember as front-end and Ruby as back-end which provides APIs for Ember application. I also have implemented authentication and authorization for it and now I want to migrate to Auth0 instead.
I have already implemented Auth0 with Ember application, got the access_token from Auth0, but the server doesn’t know about the token. Is there anyway to integrate backend server using Ruby with Auth0 ?
Thanks for your help !