feat: Discord Oauth2 #1

Open
phundrak wants to merge 5 commits from feature/authentication into develop
Owner
No description provided.
phundrak added the
Kind/Feature
Priority
Critical
labels 2025-01-11 02:27:52 +00:00
phundrak self-assigned this 2025-01-11 02:27:52 +00:00
phundrak added 4 commits 2025-01-11 02:27:52 +00:00
feat: OAuth implementation with Discord
All checks were successful
CI / tests (push) Successful in 17m15s
CI / tests (pull_request) Successful in 16m18s
d9e29b62b7
This commit separates the core features of géjdr from the backend as
these will also be used by the bot in the future.

This commit also updates the dependencies of the project. It also
removes the dependency lettre as well as the mailpit docker service
for developers as it appears clearer this project won’t send emails
anytime soon.

The publication of a docker image is also postponed until later.
First-time contributor

Code Coverage

Package Line Rate Complexity Health
gejdr-bot/src 50% 0
gejdr-backend/src/route 28% 0
gejdr-backend/src/api_wrapper 82% 0
gejdr-backend/src/oauth 46% 0
gejdr-core/src/models 100% 0
gejdr-core/src 77% 0
gejdr-backend/src 58% 0
Summary 63% (185 / 294) 0

Minimum allowed line rate is 60%

<!-- add-pr-comment:add-pr-comment --> ![Code Coverage](https://img.shields.io/badge/Code%20Coverage-63%25-yellow?style=flat) Package | Line Rate | Complexity | Health -------- | --------- | ---------- | ------ gejdr-bot/src | 50% | 0 | ❌ gejdr-backend/src/route | 28% | 0 | ❌ gejdr-backend/src/api_wrapper | 82% | 0 | ✔ gejdr-backend/src/oauth | 46% | 0 | ❌ gejdr-core/src/models | 100% | 0 | ✔ gejdr-core/src | 77% | 0 | ➖ gejdr-backend/src | 58% | 0 | ❌ **Summary** | **63%** (185 / 294) | **0** | ➖ _Minimum allowed line rate is `60%`_
phundrak force-pushed feature/authentication from d9e29b62b7 to 3ef21ea010 2025-01-15 02:41:28 +00:00 Compare
Some checks failed
CI / tests (pull_request) Failing after 1s
CI / tests (push) Failing after 4m57s
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/authentication:feature/authentication
git checkout feature/authentication
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: phundrak/gege-jdr-backend#1
No description provided.