I want to create REST application with jersey and provide its api for other services. Which approach can be used? I found here answers older than 7 years ago. Maybe does someone know better aproaches?
Asked
Active
Viewed 41 times
0
-
Are you trying to create an authz / authn server or validating an authoriation token? – Chris Hinshaw Mar 27 '18 at 05:22
-
I haven't got experiance with this technologies, I just need get credentials of user and generate token for work with my api – Vova Chornyi Mar 27 '18 at 07:12
-
@ChrisHinshaw I found ready solution [here](https://stackoverflow.com/questions/26777083/best-practice-for-rest-token-based-authentication-with-jax-rs-and-jersey/26778123#26778123) but there I need to write issue and filter logic myself. Is it good approach or maybe better solution is using JWT libraries? – Vova Chornyi Mar 27 '18 at 08:18