nsarno / knock

Seamless JWT authentication for Rails API
MIT License
2.07k stars 253 forks source link

Example with Firebase integration #165

Open PhilibertDugas opened 7 years ago

PhilibertDugas commented 7 years ago

Firebase is a popular solution for mobile apps to handle authentication. In my case I found myself using Firebase for authentication + created my backend using a Rails API.

Firebase offers solution for JWT, went through the steps and it works. I think it would be interesting giving some sort of README / or default value in the config for Firebase (just like for Auth0) https://firebase.google.com/docs/auth/admin/verify-id-tokens

What do you think?

peter-ohara commented 7 years ago

Could you please outline the steps here?

jpheos commented 5 years ago

https://haydenluckenbach.com/posts/firebase-knock helped me