Skip to content
#

sponsors

Here are 127 public repositories matching this topic...

dthyresson
dthyresson commented Dec 15, 2021

Feature request

While the PR supabase/gotrue-js#195 adds listUsers, perhaps it should be renamed findUsers since the GoTrue implementation supports a find filter using FindUsersInAudience that finds users with the matching audience with a filter option and a sort:

if filter != "" {
	lf := "%" + filter + "%"
	// we must specify the collation in order to get case
enhancement good first issue

Improve this page

Add a description, image, and links to the sponsors topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sponsors topic, visit your repo's landing page and select "manage topics."

Learn more