- 02 Sep, 2018 1 commit
-
-
Mat authored
* il faut alors vérifier lorsqu'on génère un token, qu'il n'y en n'a pas déjà un pour cette offre * et il faut que le security.provider fasse une requête custom pour voir si le token est bon
-
- 31 Aug, 2018 1 commit
-
-
Mat authored
* Suis le tuto: https://symfony.com/doc/3.4/security/guard_authentication.html#guard-auth-methods * Tests en console: $ curl http://0.0.0.0/web/app_dev.php/member/today ; echo -> redirige vers la page login $ curl -H "X-AUTH-TOKEN: FAKE" http://0.0.0.0/web/app_dev.php/member/today ; echo -> response json "Username could not be found." $ curl -H "X-AUTH-TOKEN: 68******8f0" http://0.0.0.0/web/app_dev.php/member/today | grep -A5 username: -> affichage de la page en tant que user : mathieu email: jaum_mathieu@collectifs.net roles: ROLE_SUPER_ADMIN, ROLE_USER, dernière connexion: 31 Aug 2018, à 11:52:44 nom: Mathieu Jaumotte
-
- 23 Aug, 2018 1 commit
-
-
Mat authored
-
- 25 Jul, 2018 1 commit
-
-
Mat authored
-
- 13 Jul, 2018 1 commit
-
-
Mat authored
-
- 09 Jun, 2018 1 commit
-
-
Mat authored
* procédure en 7 étapes: https://symfony.com/doc/current/bundles/FOSUserBundle/index.html#content_wrapper
-
- 04 Jun, 2018 1 commit
-
-
Mat authored
-
- 02 Jun, 2018 1 commit
-
-
Mat authored
* procédure en 7 étapes: https://symfony.com/doc/current/bundles/FOSUserBundle/index.html#content_wrapper
-
- 11 May, 2018 1 commit
-
-
Mat authored
-
- 29 Apr, 2018 1 commit
-
-
Mat authored
-