SenseNet.OAuth.Google.Install

Installer package for the sensenet Google API OAuth provider.


Keywords
sensenet, ecm, ecms, oauth, google
License
GPL-2.0
Install
Install-Package SenseNet.OAuth.Google.Install -Version 1.1.1

Documentation

Google API OAuth provider for the sensenet platform

In this repository you'll find a basic sensenet OAuth provider implementation for Google API. It lets developers integrate Google Sign-in into their applications.

NuGet

The OAuth module in sensenet will automatically create the User content in the Content Repository (with a few basic properties like username and email filled) when the user signs in for the first time.

Additional user data can be synchronized from the 3rd party service (in this case Google) later optionally with a small dev effort.

Client API

There is a corresponding JavaScript implementation that can be used in conjunction with this server-side plugin. It is advisable to install that too as it will speed up your development process on the client.