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

Add user identity module #38

Merged
merged 5 commits into from
May 28, 2021
Merged

Add user identity module #38

merged 5 commits into from
May 28, 2021

Conversation

kratos-42
Copy link
Contributor

@kratos-42 kratos-42 commented May 27, 2021

This PR adds the following manager and models methods:

  • IdentityManager:

    • approve
    • cancel
    • create
    • delete
    • get
    • list
    • reject
    • submit
  • IdentityModel:

    • approve
    • cancel
    • delete
    • getDocument
    • listDocuments
    • reject
    • submit
  • IdentityDocumentManager:

    • create
    • delete
    • get
    • list
  • IdentityDocumentModel:

    • delete

@joaonice joaonice merged commit 198c7ef into master May 28, 2021
@joaonice joaonice deleted the feature/identity branch May 28, 2021 11:04
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.

2 participants