nanotaboada / java.samples.spring.boot

🧪 Proof of Concept for a RESTful Web Service made with JDK 21 (LTS) and Spring Boot 3
MIT License
2 stars 2 forks source link

Implement Spring Boot Security #2

Open nanotaboada opened 3 years ago

nanotaboada commented 3 years ago
erfannvb commented 5 months ago

Hello friend. How do you want it to be implemented? I mean, do you want to use JWTtoken or something else?

nanotaboada commented 1 month ago

Hi @erfannvb! Sorry that I haven't seen this before.

Absolutely! I was wondering that something practical or interesting for a PoC would be perhaps having the GET methods open/anonymous, but POST/PUT/DELETE with authorization.

What do you think?