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

GoTrue basic integration #21

Merged
merged 7 commits into from
Nov 22, 2023
Merged

GoTrue basic integration #21

merged 7 commits into from
Nov 22, 2023

Conversation

zoedsoupe
Copy link
Collaborator

Problem

Basic integration with the GoTrue Supabase's service! Provide server authentication via MFA, password and magiclink and user management

Solution

Implement the following features:

Users API

  • get_user/2
  • sign_in_with_password/2
  • sign_up/2

Admins API

  • sign_out/3
  • invite_user_by_email/3
  • generate_link/2
  • create_user/2
  • list_users/2
  • get_user_by_id/2
  • update_user_by_id/3
  • delete_user/3

Plugs

  • GoTrue.Plug.VerifyHeader

For on-going/missing features, refer to the issues pages

@zoedsoupe zoedsoupe self-assigned this Nov 20, 2023
@zoedsoupe zoedsoupe linked an issue Nov 20, 2023 that may be closed by this pull request
8 tasks
@zoedsoupe zoedsoupe force-pushed the feat/go-true-admin-api branch from 013a9b7 to 9f30191 Compare November 22, 2023 17:29
@zoedsoupe zoedsoupe merged commit d9237a4 into main Nov 22, 2023
4 checks passed
@zoedsoupe zoedsoupe deleted the feat/go-true-admin-api branch November 22, 2023 17:31
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.

[GoTrue] Finish admin API implementation
1 participant