You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears to be an error in first url; it should call https://app.cryptolens.io/User/AuthorizeApp instead of https://api.cryptolens.io/User/AuthorizeApp.
We have added this to our backlog and will release a fix to it.
We have an alternative way to authenticate users, which goes directly to the API instead of asking the customer to authenticate with their account. I will include a link with more information below:
Using cutomer secret might be valid approach however the user would need to enter it themselves atleast once into the client
Do you offer more traditional methods ie. oAuth where I could exchange username and password for usertoken and then use the /user/ or /me/ enpoints etc?
Hi,
AuthMethods.CreateAuthRequest is trying to access this URL https://api.cryptolens.io/User/AuthorizeApp to generate a request however there is nothing on the page
Then when I call https://api.cryptolens.io/api/auth/GetChallenge I get the error "The authorization request could not be found."
The text was updated successfully, but these errors were encountered: