https://github.com/nerdinand/authentication-demo-rails7
A demo to show authentication in a Rails 7 app from scratch
https://github.com/nerdinand/authentication-demo-rails7
Last synced: 10 months ago
JSON representation
A demo to show authentication in a Rails 7 app from scratch
- Host: GitHub
- URL: https://github.com/nerdinand/authentication-demo-rails7
- Owner: nerdinand
- Created: 2022-07-10T13:08:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T22:42:18.000Z (over 3 years ago)
- Last Synced: 2024-03-15T03:03:31.345Z (over 2 years ago)
- Language: Ruby
- Size: 65.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# authentication-demo-rails7
An application that demoes how to implement various authentication mechanisms in Ruby.
Namely the kind of stuff you might otherwise use the [devise](https://github.com/heartcombo/devise) gem for. In particular it does:
* User signup
* User log in, log out
* Email address confirmation
* Password reset via email (forgotten password)
This application is not meant to look pretty or be useful in any other way than what's stated above.
## Usage
It's just a plain old Rails app, so set it up like that. ;)