Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 439 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 439 Bytes

CustomAuthenticationNetCore

An example of custom authentication implementation in .NET Core 2.1 using Authorization header. This solution could be used as an example for more sophisticated authentication scheme implementation, or a quick way of securing your (micro) services internally.

More details in the blog post: https://ignas.me/tech/custom-authentication-net-core-20/