Authorization
There are not finished yet, some task to do:
[x] make layout of authorization forms responsive (the reset password page not finished yet)
[ ] layout for reset password page
[x] use Vuex for authorization on frontent (for SPA-like pagess) (upd: not use Vuex, better configure vue-authenticate)
[ ] login attempts
[ ] (?) profile page
[x] use user roles when register new user
[ ] send mail after registration
[ ] refactor some Vue components (at moment exists copypaste) (upd: partly done)
[ ] (?) use token blacklist (need profile page to manage active tokens)
[ ] add 'remember me' feature (not very secure if somebody steal cookies (csrf-token will help but not for requests with GET method)), some alternative: refresh token
For deploy:
run command composer install
run command php artisan jwt:secret
run command php artisan migrate
register app in Google and Facebook APIs and ids and tokens to .env file like bellow
Authorization There are not finished yet, some task to do:
For deploy:
composer install
php artisan jwt:secret
php artisan migrate
FB_CLIENT_ID=XXXXX FB_CLIENT_SECRET=XXXXXX FB_REDIRECT=https://domain/callback/facebook