Rublon-SDK 1.0.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Rublon-SDK --version 1.0.0
NuGet\Install-Package Rublon-SDK -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Rublon-SDK" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rublon-SDK --version 1.0.0
#r "nuget: Rublon-SDK, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Rublon-SDK as a Cake Addin
#addin nuget:?package=Rublon-SDK&version=1.0.0

// Install Rublon-SDK as a Cake Tool
#tool nuget:?package=Rublon-SDK&version=1.0.0

Rublon Net SDK

Table of Contents

  1. Introduction
  2. Library initialization
  3. Signing in
  4. Authentication finalization

<a id="intro"></a>

Introduction

The Rublon .Net SDK library is a client-side implementation of the Rublon authentication service written in C# (.Net Framework). It forms a convenient C# coding language facade for the service's REST interface.

<a id="intro-use-cases"></a>

Use cases

Rublon provides an additional secury layer:

  1. during logging in to your system, adding a second (or additional) authentication factor,
  2. while conducting a security-sensitive transactions, providing a user the means for identity confirmation before changing passwords or conducting a money transfer.

To be able to perform an additional authentication using Rublon, the user must first be authenticated in a different way, e.g. with a username and password (usually we call it first factor). It is a necessary step, because upon Rublon's initialization the service must receive certain information about the user:

  • a unique Id, stored in the system (inafter called the integrated system) implementing the Rublon service,
  • the user's email address.

To experience the full measure of two-factor authentication, the end-user should install the Rublon mobile app, available on all leading smartphone systems. However, having those with older phone devices in mind or those who do not want to install any additional apps on their phones, we prepared a Email2FA process which does not require using an additional device of any kind.

<a id="intro-how-it-works"></a>

Principles of operation

User protection

User protection is active when a user's email address in the integrated system can be matched to a user in the Rublon service. For this purpose, the user's email is sent to Rublon servers.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Initial release of the .Net SDK for Rublon.