如何使用supabase.io实现匿名授权?
How to implement anonymous authorization using supabase.io?
有什么方法可以使用supabase.io实现匿名授权
我有一个移动应用程序,我想实现以下功能:
安装应用程序后,每个用户都应该在服务器上拥有一个帐户。我将使用设备 ID 作为主要标识符。这将创建一个临时帐户。并且当用户签署 ToS 时,它将被转换为完整的。所以我需要使用 Supabase.io 创建一个临时帐户的可能性。我在文档中没有找到与此问题相关的任何内容。
我知道在firebase there is such a functional
你能帮忙吗,是否可以使用 supabase.io 来实现?
这是一个现有的功能请求:
https://github.com/supabase/gotrue/issues/68
上面的问题引用了一种可能的方法来做到这一点(可能还有其他方法可以做到这一点):
this is possible today by choosing a random email address and
disabling email confirmations / you can then later update the email
address
有什么方法可以使用supabase.io实现匿名授权 我有一个移动应用程序,我想实现以下功能: 安装应用程序后,每个用户都应该在服务器上拥有一个帐户。我将使用设备 ID 作为主要标识符。这将创建一个临时帐户。并且当用户签署 ToS 时,它将被转换为完整的。所以我需要使用 Supabase.io 创建一个临时帐户的可能性。我在文档中没有找到与此问题相关的任何内容。
我知道在firebase there is such a functional
你能帮忙吗,是否可以使用 supabase.io 来实现?
这是一个现有的功能请求:
https://github.com/supabase/gotrue/issues/68
上面的问题引用了一种可能的方法来做到这一点(可能还有其他方法可以做到这一点):
this is possible today by choosing a random email address and disabling email confirmations / you can then later update the email address