Skip to content

Commit 00eaab6

Browse files
committed
Merge axium identity recipe
2 parents 76e40c7 + 9c08511 commit 00eaab6

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

axium/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
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
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+

axium/identity/1.0/post-install.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

77
AXIUM_IDENTITY_URL=https://identity.example.com
88
AXIUM_CLIENT_ID=your-client-id

0 commit comments

Comments
 (0)