Supabase Auth and COPPA compliance #33871
-
Is there a recipe/procedure to implement COPPA compliant user registration? I would like to allow young users to register to my application but want to enforce a requirement for parent/guardian confirmation. I am using NextJS to build my application. As well when a parent registers and registers a young user along with them, is there a way to still use Auth for young users not requiring email. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There is nothing built in for COPPA. So you would have to use trigger functions, edge functions or server side code to do this. Currently Supabase requires an email (or phone number) for each user. |
Beta Was this translation helpful? Give feedback.
There is nothing built in for COPPA. So you would have to use trigger functions, edge functions or server side code to do this.
Currently Supabase requires an email (or phone number) for each user.