0

Is it possible to create a user/entity using Janrain Capture without using the built in registration widgets, but using the RESTful API?

http://developers.janrain.com/documentation/capture/api-use-and-error-codes/

I am hoping to ask a user a number of questions through a number of steps and then at the end register them with this data, and not to use the built in Widgets.

Also I am hoping to write apps on different devices (e.g. TV's) who also can register users but may not run javascript, and was hoping the backend could use REST to create the user.

1 Answer 1

2

This is the method to check if a users login/pwd are correct. You can pass the username and password as attributes, and not use the id.

http://developers.janrain.com/documentation/api/entity/

You can then have to maintain your own cookie states for being logged in (storing the tokens in a secure cookie would be one option)

And this is the registration method

http://developers.janrain.com/documentation/api/entity-create/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.