- Your contribution here.
- Changed from unsigned cookies to short lived signed cookies
- Added RELEASING.md
- Fixed a bug in reading session/cookie variables
- Added webauthn configuration parameters to this gem's configuration
- Moved configuration to its own class
- Added more info to the README
- Added debug_register endpoint.
- Fixed authenticatable_params for register enpoint.
- Added notifications to certain controller actions.
- Improved spec error helper.
Added ability to pass either the auth token string or a request with one in the header to authenticate methods.
- Added passkeys/debug_login functionality.
- Added IntegrationHelpers to support client testing.
- Updated methods for interfacing with Rails client app.
- Changed route path added by the generator.
- Added default_class and class_whitelist config parameters.
- Updated validation to ensure the agent has completed registration to be considered valid.
- Changed namespace from Passkeys::Rails to PasskeysRails
- More restructuring and fixed issue where autoloading failed during client app initialization.
-
Restructured lib directory.
-
Fixed naming convention for gem/gemspec.
-
Fixed exception handling.
- Fixed dependency
- Initial release - looking for feedback