Best of AuthorizationNovember 2022

  1. 1
    Article
    Avatar of cerbosCerbos·3y

    What is Cerbos?

    Cerbos is an open source access control system that can handle all of your complicated business logic through simple configuration. It allows you to plug it into your existing stack as a decoupled service. It is completely stateless and distributed in binaries and containers that allow it to run in the cloud.

  2. 2
    Article
    Avatar of newstackThe New Stack·3y

    Say Goodbye to Browsers and Passwords

    Authentication is no longer a simple act of providing a username and password. It’s a journey that the user takes to confirm their identity and gain secure access to their resources. The browser is a solid choice as it gives us essential security features. Hypermedia allows users to traverse authentication steps as needed.

  3. 3
    Article
    Avatar of auth0Auth0·4y

    What's New in .NET 7 for Authentication and Authorization

    NET 5.NET has a few features related to authentication and authorization that make it easier for developers to use.NET 7 brings a new tool that allows you to generate access tokens in JWT format. The user-jwts Tool Testing a token-protected Web API could be complex. You can easily use tools like curl or Postman, but you need to pass a valid access token.