https://github.com/telefonica/latch-plugin-dotnet-membership-provider
https://github.com/telefonica/latch-plugin-dotnet-membership-provider
public
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/telefonica/latch-plugin-dotnet-membership-provider
- Owner: Telefonica
- License: lgpl-2.1
- Created: 2013-12-12T12:25:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-02T12:07:18.000Z (about 12 years ago)
- Last Synced: 2025-04-13T05:07:12.236Z (about 1 year ago)
- Topics: public
- Language: C#
- Size: 224 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
===============================================
= LATCH MEMBERSHIP PROVIDER AND UI CONTROLS =
===============================================
This DLL provides an implementation of Latch membership provider and extended
login and pairing controls.
To use it in your application, you will have to register first your account
and add an application in the Latch website. The server will provide you a
unique Application ID string and a Secret Key.
You must also specify an internal provider (e.g: SqlMembershipProvider),
because Latch will only provide you an additional authorization layer,
and it will not perform authentication or membership management.
Once you have all the required data, you have to enter this information in the
config file adding the following sections:
If your application uses the Latch second factor, you can replace the standard
ASP.NET Login control with the LatchLogin control, or alternatively, capture the
Authenticate event and manage it by yourself. The LatchMembershipProvider will
raise an event when a second factor token is needed for a specific account.
You can use the PairingControl to display and manage the pairing status of an
account in a basic and simple way. Feel free to extend it or use your own
control if the existing functionality does not fulfill your requirements.