ruby-passkeys / devise-passkeys

Devise extension to use passkeys instead of passwords
MIT License
161 stars 12 forks source link

Fix `PasskeysControllerConcern` to allow the response to be customized #53

Open tcannonfodder opened 7 months ago

tcannonfodder commented 7 months ago

Right now the actions are always redirecting to root_path. It should be customizable; maybe with special methods:

wilg commented 3 months ago

Ran into this today, too. I'm happy to fix it and make a PR, but I'm not sure if contributing to this repo is the active spot for an official Devise integration?

tcannonfodder commented 3 months ago

Hey Wil! Thanks so much for offering to help out here!! As of right now, this is the place to contribute; devise is not ready to add passkey support to the library itself yet.

Feel free to start a PR for this; and thanks again!!