mirror of
https://github.com/michivonah/themepark-assistant.git
synced 2025-12-22 22:16:29 +01:00
implement authentication with GitHub (Auth.js)
This commit is contained in:
parent
fd042118ad
commit
807e2dc408
5 changed files with 140 additions and 11 deletions
|
|
@ -42,4 +42,9 @@ npx wrangler dev --remote --test-scheduled
|
|||
Run curl request with cron expression
|
||||
```bash
|
||||
curl "http://localhost:8787/__scheduled?cron=*+*+*+*+*"
|
||||
```
|
||||
```
|
||||
|
||||
## Authentication endpoints
|
||||
- /auth/signin -> Login
|
||||
- /auth/signout -> Logout
|
||||
- /auth/callback/github -> Callback for GitHub OAuth config
|
||||
Loading…
Add table
Add a link
Reference in a new issue