You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Form helpers should not be the ones storing the challenge in the session (#73)
* feat: migrate to use options_for_get
* feat: migrate to use options_for_create
* fix: rubocop offenses
* test: call new endpoints to set the challenge in the session
* test: options_for_get and options_for_create endpoints
* test: set authentication factors
* chore: fetch options endpoints from javascript
* fix: ensure an authenticated user when upgrading security key
* style(rubocop): disable `Metrics/ModuleLength` cop
* test: assert current paths
* feat: follow REST standard for getting passkey options
* feat: follow REST standard for getting security key options
* chore: scope options controllers under passkey and security_key
* test: set the options in the session
* chore: allow generating new controllers
* chore: revert scoping controllers
* docs: update CHANGELOG
---------
Co-authored-by: Joaquin Tomas <joaquintomas2003@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
## Unreleased
4
4
5
+
### Changed
6
+
7
+
- Options for getting or creating passkeys and security keys are now served by dedicated Rails controllers and retrieved via JavaScript fetch requests. [#73](https://github.com/cedarcode/devise-webauthn/pull/73)[@nicolastemciuc]
0 commit comments