mikker / passwordless

🗝 Authentication for your Rails app without the icky-ness of passwords
MIT License
1.28k stars 89 forks source link

JWT Support #36

Closed ro-savage closed 1 year ago

ro-savage commented 5 years ago

Any plans to support JSON Web Tokens as well as sessions?

mikker commented 5 years ago

Nope, but PRs are welcome 😊

stas commented 5 years ago

Not entirely related to this project, but wanted to mention a little project that I started to help build passwordless APIs: https://github.com/stas/otp-jwt

Also thanks @mikker for the inspiration. :bowing_man:

mikker commented 5 years ago

Main goals:

  • No magic please

I feel attacked 😉

But seriously: Great to have more choices! I'll link it in the README.

avinoth commented 5 years ago

How exactly would we integrate JWT with this? This auto-signs the user using sessions, instead generate a JWT on link click? I think i'm missing something here.. help @mikker