Hi there, I am working on an app that requires parents to sign up and create accounts for their kids. The idea is that a parent creates the child’s account, sets the child’s username and PIN and hands those credentials to the child to use when they need to sign in.
I know there is a way to do this using a jsonwebtoken
and passing information from a backend workflow to the frontend but I’m curious to see if there are other known approaches that do not necessarily require the additional JS.