Signup/Registration flow
-
Hi,
I'm looking for information regarding the registration flow. This page here indicates that there are a handful of API calls that will get the job done.
But is there some default form I can use? Just like the authorize form that comes out of the box, I don't need any fancy fields at the moment. I'm looking for a similar out-of-the-box signup form. Does that exist? Are there any docs for how to find and use it?
Thanks!
-
Hiya,
Thanks for using FusionAuth. Sorry about the confusion.
There are three ways to do FusionAuth registration:
- using the APIs and building your own UX
- using the basic self service registration with hosted login pages <-- this sounds like what you are looking for
- using advanced self service registration with hosted login pages (only available with a paid license -- pricing starts at $125/month for this and other premium features)
Here's some starting docs:
- An overview of FusionAuth's integration points
- The theme documentation; theming is how you make the hosted login pages look like your site.
- The advanced registration guide covers the advanced self service registration, including the differences between advanced and basic self service registration.
-
This post is deleted!