https://github.com/npezza93/has_secure_passkey
https://github.com/npezza93/has_secure_passkey
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/npezza93/has_secure_passkey
- Owner: npezza93
- License: mit
- Created: 2024-10-25T02:17:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T01:48:34.000Z (over 1 year ago)
- Last Synced: 2025-02-23T02:30:36.056Z (over 1 year ago)
- Language: Ruby
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# HasSecurePasskey
HasSecurePasskey is part generator, part cinceptual compression of a passkey
implementation. Implementing passkeys is more complex than regular passwords
but they have the added benefit of being more secure and easier for end users
to use.
## Usage
If you want to use the full implementation run the `bin/rails passkeys`
generator which sets up models, controllers, and a mailer for the whole
registration and session flow.
Alternatively, you can just use the helpers provided by `has_secure_passkey` and
the view helpers and make everything else yourself.
## Installation
Add this line to your application's Gemfile:
```ruby
gem "has_secure_passkey"
```
And then execute:
```bash
$ bundle
$ bin/rails passkeys
```
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).