-
Notifications
You must be signed in to change notification settings - Fork 290
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
Feature/organizations #500
base: main
Are you sure you want to change the base?
Conversation
feature: adding organizations APIs handler to
Added tests |
You need to append |
@dlnilsson, I have append organizations as well. I just made a mistake in the commit message, I meant to write RealmRepresentation. |
@WilfredDube , I had to fork your fork and so some additional changes to get the organization feature to work for my use-case, WilfredDube/gocloak@main...dlnilsson:gocloak:main you may want to cherry-pick some of these changes. |
feature: adding organizations APIs handler to
Also added - Organizations models, form param model for invitee
Added tests