https://github.com/bria222/rails-api-jwt-authentication
this is simple Rails API authentication using JSON Web Token (JWT)
https://github.com/bria222/rails-api-jwt-authentication
api-rest cancancan jwt-authentication postgresql ruby ruby-on-rails testing
Last synced: 2 months ago
JSON representation
this is simple Rails API authentication using JSON Web Token (JWT)
- Host: GitHub
- URL: https://github.com/bria222/rails-api-jwt-authentication
- Owner: Bria222
- Created: 2022-12-27T07:06:48.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-27T08:21:39.000Z (over 3 years ago)
- Last Synced: 2025-02-23T03:27:06.035Z (over 1 year ago)
- Topics: api-rest, cancancan, jwt-authentication, postgresql, ruby, ruby-on-rails, testing
- Language: Ruby
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## api routes



## create user

## login

## get all users

##

## using thunder client


Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...