Skip to content

Commit

Permalink
SecurityFilterChain
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Nov 27, 2023
1 parent c3abfcd commit 7c6e614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/RESTful-API-for-Spring.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public class ApplicationConfiguration implements PowerAuthApplicationConfigurati

_(optional)_

Create a security configuration class `SecurityConfig` extending `WebSecurityConfigurerAdapter`. The configuration we will use:
Create a security configuration class `SecurityConfig` configuring a bean `SecurityFilterChain`. The configuration we will use:

- disable default Basic HTTP authentication
- disables CSRF (we don't need it for REST)
Expand Down

0 comments on commit 7c6e614

Please sign in to comment.