You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Spring boot autoconfig for spring security in a REST environment
23
23
pattern. Implemented by using the [CsrfTokenRepository](https://docs.spring.io/spring-security/site/docs/current/reference/html/csrf.html#csrf-cookie).
24
24
- The @CurrentUser annotation may be used to annotate a controller method argument to inject the current custom user.
25
25
- Note the UserResolver spring bean that is added to your appication context, conveniently get the current logged in user from the SecurityContext!
26
-
- This auto configuration does not make assumptions of how you implement the "authorities" of a User. Spring Security can interpret your authorities by looking
26
+
- This autoconfiguration does not make assumptions of how you implement the "authorities" of a User. Spring Security can interpret your authorities by looking
27
27
at a prefix; if you prefix an authority with "ROLE_", the framework provides a specific role-checking-api. But you can always use the more generic
28
28
authority-checking-api.
29
29
* For instance if you want to make use of "roles" and the Spring Security "hasRole(..)"-api methods, you must prefix your roles with the default "ROLE_".
@@ -44,7 +44,7 @@ Spring boot autoconfig for spring security in a REST environment
0 commit comments