File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # macOS
12.DS_Store
23
4+ # IntelliJ / PhpStorm
5+ .idea /
6+
7+ # Optionnel : tous les fichiers .idea où qu'ils soient
8+ ** /.idea /
9+
10+ # Optionnel : tous les .DS_Store où qu'ils soient
11+ ** /.DS_Store
Original file line number Diff line number Diff line change 1+ axium_identity_login :
2+ path : /login
3+ controller : Axium\Identity\Controller\SecurityController::login
4+ methods : [GET, POST]
5+
6+ axium_identity_logout :
7+ path : /logout
8+ controller : Axium\Identity\Controller\SecurityController::logout
9+
Original file line number Diff line number Diff line change 11<bg=blue;fg=white> AXIUM Identity Bundle </>
22
3- The bundle has been installed successfully .
3+ Le bundle a été installé avec succès .
44
5- Add the following environment variables to your .env.local :
5+ Ajoutez les variables d'environnement suivantes à votre fichier .env :
66
77AXIUM_IDENTITY_URL=https://identity.example.com
88AXIUM_CLIENT_ID=your-client-id
You can’t perform that action at this time.
0 commit comments