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
No, unverified is the role for a user that has already been created and has credentials. I've tried querying with the anon role too, nothing returned (which is what I expect).
After creating a new user with a POST to /postgrest/users, the Location header:
Is returned, however performing a GET request on this location returns a 404 even when authenticated as the user the record is created for.
Looking at the Postgres log while the GET request is performed results in:
Querying the auth table with the appropriate role via psql returns results.
If the location is returned should it not be accessible? PostgREST should filter out the rolname and password, but other details should be returned.
The text was updated successfully, but these errors were encountered: