yes the config options. On the frontend, have a lo...
# support-questions-legacy
r
> yes the config options. On the frontend, have a look at https://supertokens.io/docs/auth-react/init, https://supertokens.io/docs/auth-react/emailpassword/config/sign-up, https://supertokens.io/docs/auth-react/emailpassword/config/sign-in and https://supertokens.io/docs/auth-react/emailpassword/config/reset-password The docs for the backend are yet not available. But they are very similar to the frontend config. So the best way is to use code completion suggestions (if you are using typescript). > Also, is there a way to setup access/login on an invitation basis instead of allow anyone to create an account? Not yet. We have an issue for this feature: https://github.com/supertokens/supertokens-core/issues. If you want to hack around to making this, then you can create your own theme with the sign up UI, and then create your own invitation UI along with the backend logic.