Skip to content

Commit

Permalink
Update README intro
Browse files Browse the repository at this point in the history
  • Loading branch information
abevoelker committed Sep 15, 2023
1 parent c75933b commit d619bd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Devise::Passwordless

A passwordless a.k.a. "magic link" login strategy for [Devise][]
A passwordless login strategy for [Devise] using emailed magic links

## Features

* 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](#tokenizers)
* [Can be combined with traditional password authentication in the same model](#combining-password-and-passwordless-auth-in-the-same-model)
Expand Down

0 comments on commit d619bd9

Please sign in to comment.