Wissance / Authorization

An unofficial adapters to use KeyCloak as Authentication and Authorization server
https://wissance.github.io/Authorization/
Apache License 2.0
6 stars 1 forks source link

Prepare AuthenticationHandler #1

Closed EvilLord666 closed 2 years ago

EvilLord666 commented 2 years ago

Create class Handler that derives from AuthenticationHandler<> whick can be used as authentication middleware in any net core web app

EvilLord666 commented 2 years ago

Done and tested