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+ USERBASE_CLIENT_URL :
2+ description : userbase client connection. Either use a full DSN or a plain URL for the UserBase Authentication API endpoint
3+ type : url
4+ example : https://username@password@userbase.example.com
5+ required : true
6+
7+ USERBASE_CLIENT_USERNAME :
8+ description : usebase username. These are needed if USERBASE_DSN is a plain URL
9+ type : string
10+ required : false
11+
12+ USERBASE_CLIENT_PASSWORD :
13+ description : These are needed if USERBASE_DSN is a plain URL
14+ type : string
15+ required : false
Original file line number Diff line number Diff line change 1616 "linkorb/userbase-role-contracts" : " ^1.0" ,
1717 "symfony/security" : " ~2.6 || ~3.0 || ^4" ,
1818 "psr/cache" : " ~1.0" ,
19- "symfony/cache" : " ~3.0 || ^4"
19+ "symfony/cache" : " ~3.0 || ^4" ,
20+ "linkorb/envoi" : " ^1.1"
2021 },
2122 "require-dev" : {
2223 "symfony/dotenv" : " ~3.0 || ^4"
You can’t perform that action at this time.
0 commit comments