Comment on Ask HN: How do you currently solve authentication?Comments−skyfantom6yIn some Rails projects i use Device gem, or simpler version made by my own (salted passwords in database, and user_id as jwt in session store).−ksec6yFor Ruby, There is also Rodauth [1][1] http://rodauth.jeremyevans.net/why.html−skyfantom6yThanks for the link, Rodoauth looks interesting. Especially that all JWT things is already included.−hugofloss6ySmall correction, it's called Devise.
Comments
In some Rails projects i use Device gem, or simpler version made by my own (salted passwords in database, and user_id as jwt in session store).
For Ruby, There is also Rodauth [1]
[1] http://rodauth.jeremyevans.net/why.html
Thanks for the link, Rodoauth looks interesting. Especially that all JWT things is already included.
Small correction, it's called Devise.