User Authentication
User Authentication with RxVantage
In this type authentication, you will login on RxVantage using user login credentials. The flow for this type of authentication is as follows:
Step 1: Call the the User Login Endpoint. You will pass in your clientId, appKey and your callback URL. The callback url will be the url that RxVantage will post back to after succesful login with RxVantage.
Step 2 After successful login / registration with RxVantage, you will receive a callback to the URL passed in Step 1 with the RxVantage user JWT Token.
Step 3 Once you have a user JWT token, you will use that as a Bearer token on subsequent API requests. The Bearer token should be placed in the header as an authorization.