An open API service indexing awesome lists of open source software.

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

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