A .NET implementation of the userbase client. More info about the official userbase project here. This porting is made only for fun and I'm not sure whether there will be future developments or not.
Use this API to initialize your Userbase SDK and resume a session when a user returns to your web app.
- init (fifty/fifty)
Use these APIs to create/update/delete user accounts and handle logins.
- signUp (missing localData)
- signIn (missing localData)
- signOut (missing localData)
forgotPasswordupdateUserdeleteUser
Use these APIs to store and retrieve user data. All data handled by these APIs is highly-durable, immediately consistent, and end-to-end encrypted.
openDatabaseinsertItemupdateItemdeleteItemputTransaction
Thanks to CodesInChaos for the HKDF C# implementation. Thanks to James F. Bellinger for the SCrypt C# implementation
This is a fan-made project only and it's not supported by userbase developers. It's not meant to be used in any production environment and it may be subject to change without notice. For all the official userbase releases please refer to the main website.
userbase-dotnet is released under the MIT license.