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

feat(backend): user context #565

Merged
merged 6 commits into from
Apr 24, 2024
Merged

feat(backend): user context #565

merged 6 commits into from
Apr 24, 2024

Conversation

Mogge
Copy link
Contributor

@Mogge Mogge commented Apr 18, 2024

🍰 Pullrequest

  • adds a simple User model to database schema with the fields given by authorization server
  • authorization checks if user is present in database
    • if no, create the user
    • if yes, query the user
  • add the user object to the graphql context

Issues

  • None

Todo

  • None

@Mogge Mogge self-assigned this Apr 18, 2024
@Mogge Mogge added feature New feature or request service:backend labels Apr 18, 2024
@Mogge Mogge mentioned this pull request Apr 18, 2024
1 task
@Mogge Mogge merged commit a137c9f into master Apr 24, 2024
54 checks passed
@mahula mahula deleted the user-context branch June 14, 2024 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request service:backend
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants