Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/logisticinfotech/laravel-jwt-auth
- Owner: logisticinfotech
- Created: 2018-08-21T09:11:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T10:21:26.000Z (over 6 years ago)
- Last Synced: 2024-11-08T22:22:11.889Z (2 months ago)
- Topics: auth-token, jwt-authentication, laravel, laravel-jwt, laravel-refresh-token
- Language: PHP
- Homepage:
- Size: 214 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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