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: multiple auth methods for identities #2606

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

DanielHougaard
Copy link
Contributor

Description 📣

This PR implements support for adding multiple auth methods to an identity. It only supports adding different auth methods, you cannot add two of the same auth methods.

This initiative brings no breaking changes.

Minor

  1. Additionally I've made an improvement to the generate schema script. It now also runs eslint fix after generating the new schemas, so we don't have to manually fix the schemas after generation.

  2. Fixed a typo that's been present in the backend for a while. IdentityAuthMethods.Univarsal had a typo and improper casing, it's now named IdentityAuthMethods.UNIVERSAL_AUTH

Type ✨

  • Bug fix
  • New feature
  • Improvement
  • Breaking change
  • Documentation

Tests 🛠️

# Here's some code block to paste some code snippets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant