Example Springboot Application for Securing a REST API with JSON Web Token (JWT). For an example Integration with Angular (version 2+) go to https://github.com/ipassynk/angular-springboot-jwt
Hey, i implement this to my project. I want to know how to get which user making the request. So basically i dont want to user1 look user2 data.(if user1 wants to look user2 data dont show etc..)
Could anyone point me to right direction. Thanks
Hey, i implement this to my project. I want to know how to get which user making the request. So basically i dont want to user1 look user2 data.(if user1 wants to look user2 data dont show etc..) Could anyone point me to right direction. Thanks