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

Extract User API to handler structure #37

Merged
merged 2 commits into from
Nov 22, 2023
Merged

Conversation

zoedsoupe
Copy link
Collaborator

Problem

The User API implementation was mixing the public API interface with request/endpoints logic

Solution

So I decided to follow the Admin API and use a handler module to interact direct with the API and the public interface only works as glue code.

Rationale

@zoedsoupe zoedsoupe self-assigned this Nov 22, 2023
@zoedsoupe zoedsoupe linked an issue Nov 22, 2023 that may be closed by this pull request
@zoedsoupe zoedsoupe merged commit 1f54ec8 into main Nov 22, 2023
5 checks passed
@zoedsoupe zoedsoupe deleted the feat/gotrue/oauth-sign-in branch November 22, 2023 19:56
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] Convert User API function to use Handler structure
1 participant