-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passkeys support: Rename Devise::Strategies::Authenticatable => PasswordAuthenticatable #5531
base: main
Are you sure you want to change the base?
Passkeys support: Rename Devise::Strategies::Authenticatable => PasswordAuthenticatable #5531
Commits on Oct 20, 2022
-
Rename
Devise::Strategies::Authenticatable => PasswordAuthenticatable
* To begin the process of refactoring Devise to support passkeys, we need to decouple authentication from being specifically tied to passwords. * The first step is explicitly prefixing generically-named components like `Authenticatable` with `Password`, since they concern password authentication
Configuration menu - View commit details
-
Copy full SHA for 343ac49 - Browse repository at this point
Copy the full SHA 343ac49View commit details -
Add
Devise::Strategies::Authenticatable
shim w/ deprecation warning* To maintain compatability with exisiting installations, we need the `Devise::Strategies::Authenticatable` class. * This re-adds the class in, subclassing from `PasswordAuthenticable` and printing a deprecation warning
Configuration menu - View commit details
-
Copy full SHA for 6fbca11 - Browse repository at this point
Copy the full SHA 6fbca11View commit details
Commits on Oct 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f577537 - Browse repository at this point
Copy the full SHA f577537View commit details -
Rename
DatabaseAuthenticatable
=>DatabasePasswordAuthenticatable
* To begin the process of refactoring Devise to support passkeys, we need to decouple authentication from being specifically tied to passwords. * The first step is explicitly prefixing generically-named components like `Authenticatable` with `Password`, since they concern password authentication
Configuration menu - View commit details
-
Copy full SHA for cf0afca - Browse repository at this point
Copy the full SHA cf0afcaView commit details -
Devise::Strategies::DatabaseAuthenticatable
shim w/ warning* To maintain compatability with exisiting installations, we need the `Devise::Strategies::DatabaseAuthenticatable` class. * This re-adds the class in, subclassing from `DatabasePasswordAuthenticable` and printing a deprecation warning
Configuration menu - View commit details
-
Copy full SHA for ea157bb - Browse repository at this point
Copy the full SHA ea157bbView commit details -
Rename
Rememberable
=>PasswordRememberable
* To begin the process of refactoring Devise to support passkeys, we need to decouple authentication from being specifically tied to passwords. * The first step is explicitly prefixing generically-named components like `Authenticatable` with `Password`, since they concern password authentication
Configuration menu - View commit details
-
Copy full SHA for 261db02 - Browse repository at this point
Copy the full SHA 261db02View commit details -
Add
Devise::Strategies::Rememberable
shim w/ deprecation warning* To maintain compatability with exisiting installations, we need the `Devise::Strategies::Rememberable` class. * This re-adds the class in, subclassing from `PasswordRememberable` and printing a deprecation warning
Configuration menu - View commit details
-
Copy full SHA for 0cf0440 - Browse repository at this point
Copy the full SHA 0cf0440View commit details -
Merge pull request #5 from tcannonfodder/2022-10-26-finish-prefixing-…
…with-password 2022 10 26 finish prefixing with password
Configuration menu - View commit details
-
Copy full SHA for eeaadd6 - Browse repository at this point
Copy the full SHA eeaadd6View commit details