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: organization scope, extend cookie by expiration date, login with IDPs #59

Merged
merged 57 commits into from
Apr 5, 2024

Conversation

peintnermax
Copy link
Member

@peintnermax peintnermax commented Mar 18, 2024

Closes #49

This PR parses the organization scope and sets it as context to the login routes.
The org context is also added to the sessioncookie (loginname in combination to org is unique).

  • Org Branding
  • loginname (org based) /loginname
  • password (org based) /password
  • passkey add (org based) /passkey/add
  • login with passkey (org based) /passkey/login
  • register (org based) /register
  • idp (org based)

Definition of Ready

  • I am happy with the code
  • Short description of the feature/issue is added in the pr description
  • PR is linked to the corresponding user story
  • Acceptance criteria are met
  • All open todos and follow ups are defined in a new ticket and justified
  • Deviations from the acceptance criteria and design are agreed with the PO and documented.
  • Jest unit tests ensure that components produce expected outputs on different inputs.
  • Cypress integration tests ensure that login app pages work as expected. The ZITADEL API is mocked.
  • No debug or dead code
  • My code has no repetitions

Copy link

vercel bot commented Mar 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
typescript-login ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 4, 2024 9:59am

@peintnermax peintnermax changed the title Extend Cookie by expiration date, IDPs Extend Cookie by expiration date, Login with IDPs Mar 18, 2024
@peintnermax peintnermax changed the title Extend Cookie by expiration date, Login with IDPs feat: Extend Cookie by expiration date, Login with IDPs Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Implement Basic Scopes
1 participant