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
- Host: GitHub
- URL: https://github.com/przbadu/token-based-authenticated-api
- Owner: przbadu
- License: mit
- Created: 2017-03-02T12:08:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T06:23:20.000Z (over 9 years ago)
- Last Synced: 2025-06-30T01:39:00.272Z (12 months ago)
- Topics: activemodelserializers, jwt-authentication, rails-api
- Language: Ruby
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.