My Posts
Post Details | Date Published | Views | Likes |
---|---|---|---|
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 w... |
12-23-2022 |
283 |
0 |
12-23-2022
02:15 PM
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?
... View more
Labels
- Labels:
-
API
-
new users
-
OAuth2
-
self-registration