issues
search
mikker
/
passwordless
🗝 Authentication for your Rails app without the icky-ness of passwords
MIT License
1.29k
stars
88
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Require email presence in SIGN_IN
#238
wilburhimself
opened
1 month ago
3
Add after_session_confirm hook after session confirmation
#237
wilburhimself
closed
1 month ago
7
feature request: add ability to create custom layout for passwordless views
#236
alec-c4
closed
1 month ago
3
Add custom controller documentation to README
#234
StevenClontz
closed
2 months ago
1
Fix specs for rails#master
#232
mikker
closed
2 months ago
0
Prompt to change belongs_to type for e.g. UUIDs
#231
StevenClontz
closed
2 months ago
2
Update documentation to reflect implementation
#229
dewey
closed
3 months ago
1
Add route constraint(s)
#228
mikker
closed
5 months ago
0
Constraint for config/routes.rb
#227
tdegrunt
closed
5 months ago
4
Update README.md
#226
ericgross
closed
6 months ago
1
Unknown email sender config
#225
Dakota-Schramm
closed
2 months ago
2
pass token to email subject translation
#224
luiscobot
closed
2 months ago
1
Update sqlite3 requirement from ~> 1 to ~> 2
#223
dependabot[bot]
closed
7 months ago
2
Drop explicit I18n load path configuration
#221
Dakota-Schramm
closed
7 months ago
2
CI: Add Rails axis to test matrix
#220
mikker
closed
7 months ago
0
Disable autosave of session.authenticatable (cont.)
#219
mikker
closed
7 months ago
2
Disable autosave of session.authenticatable
#218
nevans
closed
7 months ago
2
Paranoid mode still autosaves its associated authenticatable model
#217
nevans
closed
7 months ago
8
replace flash[:error] with flash.alert
#215
luiscobot
closed
7 months ago
1
translate token label on show page
#214
andreaskundig
closed
7 months ago
1
Add `after_session_confirm` hook after session confirmation
#213
onedanshow
closed
1 month ago
4
Include TestHelpers in ActionDispatch::IntegrationTest
#211
mikker
closed
8 months ago
0
sign in via QR code 📸
#210
yshmarov
closed
8 months ago
3
default_url_options in SessionsController.create
#209
andreaskundig
closed
7 months ago
10
locale to support scoped routes #206
#208
andreaskundig
closed
9 months ago
1
NoMethodError: undefined method `session' for nil
#207
yshmarov
closed
8 months ago
12
Support scoped routes
#206
mikker
opened
9 months ago
0
Configuring a locale in the url: /en/users/sign_in
#205
andreaskundig
closed
9 months ago
4
current_user action controller
#204
nasserfq
closed
9 months ago
3
Evaluate callable redirects in context of controller
#203
mikker
closed
10 months ago
0
Accept and evaluate callable redirect paths
#202
mikker
closed
10 months ago
0
Update README.md
#201
luiscobot
closed
10 months ago
1
Update CHANGELOG
#200
yenshirak
closed
10 months ago
2
Add parent controller option
#199
yenshirak
closed
10 months ago
3
Use default from address of parent when default_from_address is nil
#198
yenshirak
closed
10 months ago
1
Add only_path param to system test helpers
#197
yenshirak
closed
10 months ago
1
Add paranoid option
#196
yenshirak
closed
10 months ago
2
update html attributes for secret token form control
#195
luiscobot
closed
10 months ago
1
Fix issue with `form_with` from Rails
#194
henrikbjorn
closed
10 months ago
1
autofocus in the show action view
#193
luiscobot
closed
10 months ago
2
Add support for Turbo Native
#192
lazyorcas
opened
11 months ago
2
Update README.md to include CreateUsers migration example
#191
mzrnsh
closed
11 months ago
5
Skip bcrypt in test env
#190
mikker
closed
11 months ago
1
[DRAFT] readme proofreading
#189
yshmarov
closed
10 months ago
6
Pass default_url_options from mailer
#188
djfpaagman
closed
10 months ago
10
Allow from address to fall back to parent mailer
#187
djfpaagman
closed
11 months ago
4
error: Missing host to link to! Please provide the :host parameter
#186
alexebird
closed
1 year ago
1
Embed redirect URL in magic link
#185
richardlawrence
opened
1 year ago
2
Bug: default_url_options[:host] is required for mailer
#184
arrowcircle
closed
1 year ago
6
Add paranoid flag to options
#182
divagueame
closed
10 months ago
1
Next