You are here |
weblog.west-wind.com | ||
| | | |
sandrino.dev
|
|
| | | | An introduction on how to configure JWT Bearer authentication and authorization (based on scopes) for your ASP.NET Core 5 APIs. | |
| | | |
blog.elmah.io
|
|
| | | | Learn about how to secure your ASP.NET Core APIs with OAuth 2.0 and JSON Web Tokens without using third-party services like IdentityServer, Okta, and Auth0. | |
| | | |
brockallen.com
|
|
| | | | Recently Safari on iOS made changes to their same-site cookie implementation to be more stringent with lax mode (which is purportedly more in-line with the spec). In my testing, I noticed that using strict mode same-site cookies had the same behavior on both Chrome and FireFox running on Windows. This behavior affected ASP.NET Core's handling... | |
| | | |
guido.io
|
|
| | How to embed WebAssembly wasm source as base64 in Javascript. |