Skip to content

Commit 31631e5

Browse files
Merge pull request #124 from cedarcode/sr--add-missing-breaking-changes
Update `CHANGELOG` with missing breaking changes from `v0.3.0`
2 parents ef58c35 + 2311b64 commit 31631e5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
- Previously generated Stimulus controller for handling WebAuthn client logic are no longer generated.
6060
- Stimulus is no longer needed for this engine to work.
6161
- Make helpers for generating WebAuthn options public methods. [#106](https://github.com/cedarcode/devise-webauthn/pull/106) [@santiagorodriguez96]
62+
- BREAKING!: Our controller for managing second factor credentials now uses a separate method for each endpoint for setting the URL to redirect to. [#80](https://github.com/cedarcode/devise-webauthn/pull/80) [@nicolastemciuc]
63+
- What used to be just an `after_update_path` for all endpoints, now it's an `after_(create|update|destroy)_path` for each endpoint.
64+
- If you had overriden the controller to change the `after_update_path`, be mindful that now `create` and `destroy` endpoints will call its own method.
6265

6366
### Fixed
6467

0 commit comments

Comments
 (0)