Devise Passwordless
Devise passwordless logins using emailed magic links
No ratings yet
- Gem
- devise-passwordless
- Repository
- devise-passwordless/devise-passwordless
- License
- MIT
- Stars
- 241
- Added
- August 20, 2026
About
Devise passwordless logins using emailed magic links
A passwordless login strategy for [Devise] using emailed magic links
What you get
- No passwords - users receive magic link emails to register / sign-in
- No database changes needed - magic links are stateless tokens
- Choose your token encoding algorithm or easily write your own
- Can be combined with traditional password authentication in the same model
- Supports multiple user (resource) types
- All the goodness of Devise!
Installing it
ruby
# Gemfile
gem "devise-passwordless"
Details
241 stars on GitHub · MIT licensed · maintained by devise-passwordless. Source: https://github.com/devise-passwordless/devise-passwordless
Discussion (0)
Sign in to join the discussion.
No comments yet.