✨ create oauth login
Create authentication with oAuth using a third-party vendor. Currently, only GitHub is available, but more will be added in the future.
This commit is contained in:
10
.env.example
10
.env.example
@ -1,6 +1,8 @@
|
||||
APP_NAME=NounozCommunity
|
||||
APP_ENV=development
|
||||
PORT=3200
|
||||
APP_DOMAIN=
|
||||
APP_PROTOCOL=
|
||||
APP_PORT=
|
||||
API_KEY=nahidaa
|
||||
ALLOWED_ORIGINS=www.nounoz.com,nounoz.com,localhost
|
||||
|
||||
@ -28,4 +30,8 @@ REDIS_HOST=localhost
|
||||
REDIS_PORT=6379
|
||||
REDIS_PASSWORD=
|
||||
|
||||
DATABASE_URL=
|
||||
DATABASE_URL=
|
||||
|
||||
GITHUB_CLIENT_ID=
|
||||
GITHUB_CLIENT_SECRET=
|
||||
GITHUB_CLIENT_CALLBACK=
|
||||
Reference in New Issue
Block a user