1
0
Fork 0

feat(shared): Initial implementation of Oauth flow

This commit is contained in:
Joost De Cock 2023-09-01 18:30:24 +02:00
parent 70b8fdd703
commit 01ef6c9896
24 changed files with 1077 additions and 172 deletions

View file

@ -197,6 +197,8 @@ BACKEND_ENABLE_OAUTH_GITHUB=no
#BACKEND_GITHUB_CLIENT_ID=githubOauthClientIdHere
# Github client secret
#BACKEND_GITHUB_CLIENT_SECRET=githubOauthClientSecretHere
# Github callback site. If not set will use production FreeSewing sites based on language
#BACKEND_GITHUB_CALLBACK_SITE=http://localhost:8000
# Google #
# Enable Google as Oauth provider