Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

The LoginRadius Core ASP.NET library will let you integrate LoginRadius' customer identity platform with your Core ASP.Net application(s).

License

Notifications You must be signed in to change notification settings

LoginRadius/dot-net-core-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoginRadius .NET Core SDK

Home Image

Introduction

LoginRadius ASP.NET Core Customer Registration wrapper provides access to LoginRadius Identity Management Platform API.

LoginRadius is an Identity Management Platform that simplifies user registration while securing data. LoginRadius Platform simplifies and secures your user registration process, increases conversion with Social Login that combines 30 major social platforms, and offers a full solution with Traditional User Registration. You can gather a wealth of user profile data from Social Login or Traditional User Registration.

LoginRadius centralizes it all in one place, making it easy to manage and access. Easily integrate LoginRadius with all of your third-party applications, like MailChimp, Google Analytics, Livefyre and many more, making it easy to utilize the data you are capturing.

LoginRadius helps businesses boost user engagement on their web/mobile platform, manage online identities, utilize social media for marketing, capture accurate consumer data, and get unique social insight into their customer base.

Please visit here for more information.

Prerequisites

  • .NET Core

Contents

  • Demo Application: It contains a basic demo of the SDK library
  • SDK: It contains all the sourced compiled SDK.

Demo Application

In order to configure the LoginRadius Demo Application and SDK, set your LoginRadius API Key and Secret to appsetting.json.

  "loginradius": {
    "appsecret": "", //put your appsecret here
    "appkey": "", //put your appkey here
    "appname": "" //put your appname here
  }

Restore NuGet Packages

NuGet is required to acquire any .NET assembly dependency, You need to restore/download the rest of the demo dependencies via NuGet, as they are not yet part of the Demo. These NuGet dependencies contain facades (type forwarders) that point to mscorlib and Libraries.

Right click on Solution in Solution Explorer and click on "Restore Nuget Packages"

Documentation

General documentation regarding the DotNet REST API and related flows can be found on the LoginRadius API Documentations site.

About

The LoginRadius Core ASP.NET library will let you integrate LoginRadius' customer identity platform with your Core ASP.Net application(s).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages