DEV Community

0 seconds of 1 minute, 21 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
01:21
 
Hamdamboy
Hamdamboy

Posted on

3

Already Hacked - Security Environment of the System

Alt Text

My system hacked by power (reference video)

How to secure your system ( The mainly )

Alt Text

Spring Boot Security (source code )

  1. Create User entity to store user information
  2. Store the User in our database
  3. Link our User with User Details Interface a. Link user with User Details interface b. Link User repository with User Details Service Interface
  4. Integrate Database Auth in our configuration

Linking with Spring Security

UserDetails (interface) <--- UserDetailsService(interface)

Authentication - Create User Entity

Alt Text

I have a Spring MVC. DO I need JWT to!?

  • If your application provided business logic and all the necessary UI.
  • And you just have one application being deployed(war/jar)
  • And if this is all your customer needs
  • Then you do not need JWT. Form based security will work just fine.

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay