All Questions
5 questions
0
votes
1
answer
53
views
Stormpath information for login
I've been trying to find needed info to get my stormpath api to work so i would have a very basic login funtion to access my app, i've gotten it to work once before in another project but the problem ...
1
vote
1
answer
2k
views
Sending URL encoded string in POST request using node.js
I am having difficulty sending a url encoded string to the Stormpath /oauth/token API endpoint. The string is meant to look like this:
grant_type=password&username=<username>&password=&...
1
vote
0
answers
364
views
Communicating with a Rest API through PHP - how to process?
I have been trying to use the Stormpath API in my website. I cannot work out how to communicate with the API through PHP. I've tried some variations of cURL but I think I'm missing something...At this ...
2
votes
1
answer
274
views
Getting information from Stormpath?
Ok so I am making a nodeJS application that uses Stormpath to manage user account information.
At the moment users can come to the web app and are asked to login/register. Once they do they are re-...
0
votes
1
answer
222
views
api.stormpath rest json post data for loginAttempts method
am new on stormpath api. i read documents for the create application & User.and i did it successfully.
now, i want to authenticate or validate user using web services.for that my code is
var ...