Oauth Anthentication #48

Merged
Xefir merged 13 commits from v2 into master 2022-09-12 18:47:37 +00:00
1 changed files with 4 additions and 2 deletions
Showing only changes of commit 7ef4400e84 - Show all commits

View File

@ -27,7 +27,6 @@ docker run -p 5000 \
-e OAUTH2_CLIENT_SECRET=your_client_secret \
xefir/divent
```
- The app is accessible at http://localhost:5000
### 2) Without Docker
@ -41,7 +40,10 @@ OAUTH2_CLIENT_ID=your_client_id \
OAUTH2_CLIENT_SECRET=your_client_secret \
divent
```
- The app is accessible at http://localhost:5000
### Open your browser
The app is accessible at http://localhost:5000
## Links