Skip to content

makphoenix/rails-devise-jwt-auth-template

Repository files navigation

README

Rails Devise JWT Auth for API Only Mode (Template)

License: A fork of DakotaLMartinez at https://github.com/DakotaLMartinez/rails-devise-jwt-auth.git

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-auth-template with your_project_name
  6. Run rails db:create db:migrate
  7. Run rails s to start your api server on port 3000
  8. Test out your API using Postman

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages