Kentor.AuthServices.Owin
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Thank you for downloading Kentor.AuthServices.Owin! Kentor.AuthServices is copyright Kentor and contributors 2013-2014 and licensed under LGPL which basically means that it is free to use, including in closed source applications. If you change the code of the library itself you have to make those changes open source too. Please see the full license for details: https://github.com/KentorIT/authservices/blob/master/LICENSE Getting started =============== To get started, you have to include the relevant configuration in your web.config and register the middleware. A full reference to the configuration is available at https://github.com/KentorIT/authservices/blob/master/doc/Configuration.md. Additional info on the Owin middleware is available at https://github.com/KentorIT/authservices/blob/master/doc/OwinMiddleware.md. The start page of the complete documentation is the readme at the project's Github repository: https://github.com/KentorIT/authservices/blob/master/README.md