Custom registration form

JakeBurkart
Community Member

I've been tasked with creating a custom form for self-registration. The organization wants users to create their passwords when self-registering as well as collect some other data. My first thought was to use the API and post some JSON to the users endpoint. We would host the form on 3rd party hosting. If I go that direction, I assume I have to use OAuth to get a token in order to push a new user registration. Since registrations will probably be every once in awhile, should I bother storing the token?

Are there other ways to reach this same goal? What about hosting the registration form in a public course?

Labels (4)
0 Likes