Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acushlakoncept/rails-api-only
This is a simple project used to practice a Rails API only application with JWT token.
https://github.com/acushlakoncept/rails-api-only
jwt-authentication postman rails-api ruby-on-rails
Last synced: 1 day ago
JSON representation
This is a simple project used to practice a Rails API only application with JWT token.
- Host: GitHub
- URL: https://github.com/acushlakoncept/rails-api-only
- Owner: acushlakoncept
- Created: 2020-09-09T10:36:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T10:38:18.000Z (over 4 years ago)
- Last Synced: 2024-11-10T07:41:02.713Z (about 2 months ago)
- Topics: jwt-authentication, postman, rails-api, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 208 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails API Only Application
This is a simple project used to practice a Rails API only application with JWT token.
Below are images to demonstrate the API basic usage with Postman
## Create New User
![screenshot](./post_user.jpg)
## Login a User
![screenshot](./login_user.jpg)
## Get user with invalid token
![screenshot](./get_users_expired_token.jpg)