Ubiety.Scram.Core

Implementation of SCRAM for .NET Standard 2.0


Keywords
authentication, challenge-response, dotnet, scram, ubiety, dotnet-core, netstandard20, salted-password-hashing
License
Unlicense
Install
Install-Package Ubiety.Scram.Core -Version 1.2.2

Documentation

Logo Ubiety.Scram.Core Nuget

Ubiety SCRAM is an easy implementation of the Salted Challenge and Response Authentication Mechanism for .NET Core

Branch Quality Travis CI Appveyor Coverage
Master CodeFactor Travis (.org) branch AppVeyor branch Codecov branch
Develop CodeFactor Travis (.org) branch AppVeyor branch Codecov branch

Professionally supported Ubiety.Scram.Core is coming soon

Installing / Getting started

Ubiety Scram Core is available from NuGet

dotnet package install Ubiety.Scram.Core

You can also use your favorite NuGet client.

Developing

Here's a brief intro about what a developer must do in order to start developing the project further:

git clone https://github.com/ubiety/Ubiety.Scram.Core.git
cd Ubiety.Scram.Core
dotnet restore

Clone the repository and then restore the development requirements. You can use any editor, Rider, VS Code or VS 2017. The library supports all .NET Core platforms.

Building

Building is simple

./build.ps1

Deploying / Publishing

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

Links

Sponsors

Gold Sponsors

Gold Sponsors

Silver Sponsors

Silver Sponsors

Bronze Sponsors

Bronze Sponsors

Licensing

The code in this project is licensed under the Unlicense