feat: oauth-based login (#7)

This commit is contained in:
Roberto Vidal
2024-07-29 19:31:45 +01:00
committed by GitHub
parent b8a197ed16
commit 7ebc805ffa
17 changed files with 523 additions and 102 deletions

View File

@@ -36,12 +36,11 @@ Optionally, you an set the debug level:
VITE_LOG_LEVEL=debug
```
If you want to test the login locally you need to add the following variables:
If you want to run authentication against a local StackBlitz instance, add:
```
SESSION_SECRET=XXX
LOGIN_PASSWORD=XXX
VITE_CLIENT_ORIGIN=https://local.stackblitz.com:3000
```
`
**Important**: Never commit your `.env.local` file to version control. It's already included in .gitignore.