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

https://github.com/przbadu/token-based-authenticated-api

Rails api with knock gem for token based authentication
https://github.com/przbadu/token-based-authenticated-api

activemodelserializers jwt-authentication rails-api

Last synced: 8 months ago
JSON representation

Rails api with knock gem for token based authentication

Awesome Lists containing this project

README

          

# USAGE

```ruby
git clone https://github.com/przbadu/token-based-authenticated-api.git api-app
cd api-app
rake db:create db:migrate db:seed
rails s -p 3000
```

> NOTE: check `username` and `password` in `db/seed.rb` file.