Explore

authorization ×
  • screenshot

    ASP .NET Backend authorization middleware does not work when started with VS-Code, but works when started with "dotnet run"

    Some prerequisite information: dotnet version: 7.0.36 Now to my problem: I was working on my project...

  • screenshot

    .NET - Is there a way to validate the httponly header and token?

    I have an ASP.NET Core 8.0 Web API that is configured to authenticate with http-only JWT...

  • screenshot

    Runtime Improvement of Role Based Access Control

    Meta Description (concise): Explore the journey of optimizing the widely used Role Based Access Control (RBAC)...

  • screenshot

    When hashing an API key, should I hash the suffix / prefix as well?

    I am generating API key similarly to Stripe where my key is {prefix}_{guid}_{suffix}. Prefix is a...

  • screenshot

    Flutter GoRouter: how to check the user is authorised to open a deep link

    I need the user of my app to be able to share the URL of a...

  • screenshot

    node.js i can't change the passward by API testing

    i am learnding MERN stack with node and express. now i faced a problem with user...

  • screenshot

    2023 Demonstrated How Critical Robust Authorization Really is

    2023 was a year that starkly revealed the consequences of inadequate cyber security. As businesses grow...

  • screenshot

    Getting 401 unauthorized after using JWT bearer token

    I wanna create authentication and authorization for my web api in .net 8.0.0(which is important considering...