Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: refacto devcontainer #642

Merged
merged 8 commits into from
Oct 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: update devcontainer oauth requirement
42atomys committed Oct 20, 2024
commit b189d2db481f96a9759730b037da8f392eba8b9b
6 changes: 3 additions & 3 deletions docs/devcontainers/README.md
Original file line number Diff line number Diff line change
@@ -22,23 +22,23 @@ Like say before, you needs to add some credentials listed on the file `.devconta

To develop on S42, you need to have your OAuth2 applications with her credentials. Each OAuth2 provide to you an ID and a SECRET. In the next sub section, we give you the endpoint for each provider.

#### 42
#### 42 (required anytime)

**Endpoint**: https://profile.intra.42.fr/oauth/applications/new

**Environment keys**: `FORTY_TWO_ID` and `FORTY_TWO_SECRET`

**Callback Url to provide**: `http://localhost:3000/api/auth/callback/42-school`

#### Github
#### Github (optional but required for webhooks and oauth)

**Endpoint**: https://github.com/settings/applications/new

**Environment keys**: `GITHUB_ID` and `GITHUB_SECRET`

**Callback Url to provide**: `http://localhost:3000/api/auth/callback/github`

#### Discord
#### Discord (optional but required for bot)

**Endpoint**: https://discord.com/developers/applications

Loading