Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Latest commit

History

History
21 lines (14 loc) 路 756 Bytes

File metadata and controls

21 lines (14 loc) 路 756 Bytes

Archived Repository 馃毃

This project is no longer maintained and has been archived. No further issues, PRs, or updates will be made.


Barricade

NuGet


About

Barricade is a lightweight membership system. An ASP.NET Web API security library that implements OAuth 2 authentication and claim based authorizations.

Users and claims are interface driven, making it a breeze to integrate Barricade into existing applications, and a joy to develop POCO architectures with EF, NHibernate, or other.

Features

  • OAuth 2 Bearer Token Authentication
  • Claims Based Authorization
  • PBKDF2 Cryptographic Hashes
  • 100% Managed C#