You are here |
nat.sakimura.org | ||
| | | |
www.sjoerdlangkemper.nl
|
|
| | | | JSON Web Tokens or JWTs are used by some web applications instead of traditional session cookies. Because of their statelessness and the signature implementation there are some security issues that are specific to JWTs. This post describes some ways you can verify that a JWT implementation is secure. | |
| | | |
damienbod.com
|
|
| | | | This article shows how an ASP.NET Core Razor Page application could implement an automatic sign-out when a user does not use the application for n-minutes. The application is secured using Azure AD B2C. To remove the session, the client must sign-out both on the ASP.NET Core application and the Azure AD B2C identity provider or... | |
| | | |
openid.net
|
|
| | | | What is OpenID Connect OpenID Connect is an interoperable authentication protocol based on the OAuth 2.0 framework of specifications (IETF RFC 6749 and 6750). It simplifies the way to verify the identity of users based on the authentication performed by an Authorization Server and to obtain user profile information in an interoperable and REST-like manner.OpenID | |
| | | |
www.imaginarycloud.com
|
|
| | Want to create a web app for your business? Check out this comprehensive guide for web app development, from planning to execution. |