The code in https://auth0.com/authenticate/react/auth0-oidc/ is incomplete - is there a thorough explanation of how to get OpenID working on a client-side react app?
I’ve successfully implemented a basic OAuth using these great instructions, but it’s unclear if this is necessary to implement OpenID.
Has anyone a good beginner’s resource to implement OpenID in a react app?
A small working example or a more complete tutorial would be helpful.