-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat: authentication autorization strategy with next auth and gqlgen #49
Merged
42atomys
merged 16 commits into
main
from
48-feat-authentication-autorization-strategy-with-next-auth-and-gqlgen
Apr 13, 2022
Merged
feat: authentication autorization strategy with next auth and gqlgen #49
42atomys
merged 16 commits into
main
from
48-feat-authentication-autorization-strategy-with-next-auth-and-gqlgen
Apr 13, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42atomys
added
aspect/documentation 📚
Improvements or additions to documentation
aspect/backend 💻
Concerns the backend code in the repository
aspect/interface 🕹
Concerns end-users' experience with the software
aspect/dex 🤖
Concerns developers' experience with the codebase
labels
Apr 9, 2022
…ge and auto redirect
…-with-next-auth-and-gqlgen
42atomys
deleted the
48-feat-authentication-autorization-strategy-with-next-auth-and-gqlgen
branch
April 13, 2022 13:09
42atomys
added a commit
that referenced
this pull request
Apr 21, 2022
…49) * feat: Use gqlgen and ent generator * feat(authz): Add fully fonctionnal Authentication & Network Policy Authorization workflow * fix: Remove port from remote addr and add some debug data * chore: Change the name of the internal mutation * feat(interface): Add TypeSafe GQL strategy woth GraphQL Code Generator * feat: Add Sentry, not tested in production * feat: Add Authentication with DUO & GITHUB, login workflow, secure page and auto redirect * chore: Run yarn * chore: Add Generation of code in CI * feat: Setup Apollo with Baerer token * chore: Update CI version to Go 1.18 * fix: Resolve UUID test version * fix: Issue sponsors * fix: Assign Sponsor only when user is sponsor * fix: Secure usage of Graphql api env var
42atomys
added a commit
that referenced
this pull request
Nov 12, 2022
…49) * feat: Use gqlgen and ent generator * feat(authz): Add fully fonctionnal Authentication & Network Policy Authorization workflow * fix: Remove port from remote addr and add some debug data * chore: Change the name of the internal mutation * feat(interface): Add TypeSafe GQL strategy woth GraphQL Code Generator * feat: Add Sentry, not tested in production * feat: Add Authentication with DUO & GITHUB, login workflow, secure page and auto redirect * chore: Run yarn * chore: Add Generation of code in CI * feat: Setup Apollo with Baerer token * chore: Update CI version to Go 1.18 * fix: Resolve UUID test version * fix: Issue sponsors * fix: Assign Sponsor only when user is sponsor * fix: Secure usage of Graphql api env var
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
aspect/backend 💻
Concerns the backend code in the repository
aspect/dex 🤖
Concerns developers' experience with the codebase
aspect/documentation 📚
Improvements or additions to documentation
aspect/interface 🕹
Concerns end-users' experience with the software
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Relative Issues: #48
Describe the pull request
Adding a fully Authorization and Authentication workflow on https://github.com/42Atomys/stud42/labels/aspect%2Fbackend%20%F0%9F%92%BB and https://github.com/42Atomys/stud42/labels/aspect%2Finterface%20%F0%9F%95%B9 .
Provide a fully documented and workload experience for futures contributors https://github.com/42Atomys/stud42/labels/aspect%2Fdex%20%F0%9F%A4%96
Checklist
Breaking changes ?
yes/no
Additional context