Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/logisticinfotech/laravel-jwt-auth

Laravel jwt auth with refresh token flow
https://github.com/logisticinfotech/laravel-jwt-auth

auth-token jwt-authentication laravel laravel-jwt laravel-refresh-token

Last synced: 18 days ago
JSON representation

Laravel jwt auth with refresh token flow

Awesome Lists containing this project

README

        

# laravel-jwt-auth
Larave jwt auth with refresh token flow

// For Deploy in HEROKUAPP
Manually fire following command in Heroku Conosle
"php artisan clear-compiled",
"php artisan optimize",
"chmod -R 777 public/"

Add Requred env variable in Config Vars

for setup database add add-ons "Heroku Postgres"
after adding them click or open "https://data.heroku.com/"
open your db and view credentials in setting add ther credential in config vars at "https://dashboard.heroku.com/apps/laravel-jwt-auth/settings"

database setup is ready now you have to add your APP_KEY in config vars

example:
_______________________________________________
| KEY | VALUE |
------------------------------------------------
| APP_KEY | YOUR KEY STARTIG FROM "base64" |
------------------------------------------------

run all artisan comand in heroku console