I have a basic OAth api, it only generates the token, it is in localhost: 1010 / Token
I have an api with the business rule methods, it's at localhost: 2020 / api
How do I validate if a token is valid within the api: 2020?
Thank you.
I have a basic OAth api, it only generates the token, it is in localhost: 1010 / Token
I have an api with the business rule methods, it's at localhost: 2020 / api
How do I validate if a token is valid within the api: 2020?
Thank you.