8000 GitHub - Mukeshupreti/learnspringsecurity
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
< 8000 div class="flex-auto min-width-0 width-fit">
Notifications You must be signed in to change notification settings

Mukeshupreti/learnspringsecurity

Repository files navigation

Notes :

By default, every thing is proteced in spring security Even for non-existing urls if defualt security is enabled they are under spring secuirty. Spring secuirty after authentication only will tell weather if they are existing.

Spring secuirty by default provide login form logout form (form based authetication) img_1.png

Spring secuirty Filter intercept request even before Dispatcher servelet (which handle all the request.)

basic authenication is not secured as it uses base 64 enconding

  1. which can be decode easliy
  2. it not have any expiry img_2.png img_3.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0