Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usorfaitheloho/devise-jwt
https://github.com/usorfaitheloho/devise-jwt
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/usorfaitheloho/devise-jwt
- Owner: usorfaitheloho
- Created: 2024-03-27T07:36:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T07:36:04.000Z (10 months ago)
- Last Synced: 2024-11-11T05:41:07.356Z (3 months ago)
- Language: Ruby
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails Devise JWT Auth for API Only Mode (Template)
## Usage
To use this template,
1. Click the Use Template button to create a new repository
2. Clone the new repository to your local machine
3. Run `bundle install`
4. Run `EDITOR="code --wait" rails credentials:edit`
5. Do a global find and replace for `rails_devise_jwt_template` with `your_project_name`
6. Run `rails db:create db:migrate`
7. Run `rails s` to start your api server on port 4000
8. Test out your [API using Postman](https://www.postman.com/orange-capsule-983544/workspace/rails-jwt)