https://github.com/tegon/devise-token-based-auth
Example token-based authentication application with Devise using a custom Warden strategy
https://github.com/tegon/devise-token-based-auth
Last synced: about 1 year ago
JSON representation
Example token-based authentication application with Devise using a custom Warden strategy
- Host: GitHub
- URL: https://github.com/tegon/devise-token-based-auth
- Owner: tegon
- License: mit
- Created: 2018-12-26T13:16:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T17:33:13.000Z (over 7 years ago)
- Last Synced: 2025-05-08T02:15:54.559Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 40 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Devise token-based authentication example
This is the sample application created for the [Custom authentication methods with Devise](http://blog.plataformatec.com.br/2019/01/custom-authentication-methods-with-devise/) blog post.
## Setup
To setup the application, run the `bin/setup` script.
```bash
bin/setup
```
This will install the dependencies, setup the database and start the server.
## Dependencies
This application was created using the following dependencies versions:
- Postgres: 10.5
- Ruby: 2.5.1
- Rails: 5.2.2