Created
October 20, 2025 18:08
-
-
Save wullemsb/3d895ef61310ec8058538a4d2ba0b729 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| builder.Services.AddAuthorization(options => | |
| { | |
| options.FallbackPolicy = new AuthorizationPolicyBuilder() | |
| .RequireAuthenticatedUser() | |
| .Build(); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment