realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Support for Custom Function Auth Provider

Open sync-by-unito[bot] opened this issue 4 years ago • 1 comments

We need to support all authentication providers from https://docs.mongodb.com/realm/authentication/providers.

Currently only support ones are anonymous and emailPassword. Remain are:

   API_KEY("api-key"),
   APPLE("oauth2-apple"),
   CUSTOM_FUNCTION("custom-function"),
   FACEBOOK("oauth2-facebook"),
   GOOGLE("oauth2-google"),
   JWT("jwt"),

sync-by-unito[bot] avatar Sep 23 '21 08:09 sync-by-unito[bot]

Only CUSTOM_FUNCTION is missing which depends on #648

cmelchior avatar Aug 09 '22 12:08 cmelchior

➤ Christan Melchior commented:

Only CUSTOM_FUNCTION is missing. This is tracked in https://github.com/realm/realm-kotlin/issues/741

sync-by-unito[bot] avatar Aug 15 '22 12:08 sync-by-unito[bot]