I have made an API with the following technologies:
- Jersey
- Spring
- Mybatis
I want this API can be accessed by different types of customers, such as:
- JavaScrit
- Java
- Android
- etc
What kind of security put in my api so you can know if this authenticated and is authorized on my api?
- Http Basic
- Http Digest
- Spring Security
- Oauth 2 legged
- Others