You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is at least one endpoint missing from the API Endpoints documentation. Specifically, I the /verify route is missing from documentation.
Describe the improvement
Add POST /resend to the README in the Endpoints section, specifying the required fields in the body and the potential values for the fields. Additionally, add one or more code blocks demonstrating example Requests and Responses for the endpoint
@18mstalberg Thanks for the feedback this is a good suggestion. We'll open this for contributions but for now you can probably refer to the OpenAPI spec for detailed overview of routes
Improve documentation
Link
https://github.com/supabase/auth/blob/master/README.md
Describe the problem
There is at least one endpoint missing from the API Endpoints documentation. Specifically, I the /verify route is missing from documentation.
Describe the improvement
Add POST /resend to the README in the Endpoints section, specifying the required fields in the body and the potential values for the fields. Additionally, add one or more code blocks demonstrating example Requests and Responses for the endpoint
Additional context
https://github.com/supabase/auth/blob/master/internal/api/resend.go#L65
The text was updated successfully, but these errors were encountered: