Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)