Code Monkey home page Code Monkey logo

mvcaccount's Introduction

Authentication and account management plugin for ASP.NET MVC

MvcAccount is a substitute for MembershipProvider designed for ASP.NET MVC, that provides more features and the ability to store username/password and other related data in your own database.

Get it now! using NuGet

Install-Package MvcAccount

Functions

  • Sign In/Out: With account lock out after max. invalid attempts.
  • ResetPassword: Sends email with link to enter new password.
  • ChangePassword: User must sign in first.
  • ChangeEmail: With optional verification (sends email with link).

Password encryption methods

  • None: Passwords are stored in clear text.
  • PBKDF2: Passwords are hashed with the RFC 2898 algorithm (Recommended). Implemented by Crypto, also used by SimpleMembershipProvider.
  • SHA1: Passwords are encrypted one-way using the SHA1 hashing algorithm (reuses SqlMembershipProvider implementation).
  • MachineKey: Passwords are encrypted using the encryption settings determined by the machineKey element configuration (reuses SqlMembershipProvider implementation).
  • Custom: Provide your own implementation.

Integration

  • MembershipProvider: Although MvcAccount is a substitute for MembershipProvider there a many components out there that work against this API, so MvcAccount also provides an implementation. The only functions currently implemented are:
  • ValidateUser (useful if your application implements other functions that require username/password verification).
  • GetUser (all overloads, this allows you to get user information from your application without a direct dependency on MvcAccount).
  • Bootstrap: Views use Bootstrap markup and classes (optional, you are not required to use Bootstrap).

Localization

MvcAccount is fully localized in the following languages:

  • English (en)
  • Spanish (es)
  • Finnish (fi)
  • Portuguese (pt)

Not included

MvcAccount doesn't provide the following functionality:

  • Anything related with roles or claims.
  • External login providers (OAuth, OpenID).

Resources

Donate Flattr this

mvcaccount's People

Contributors

maxtoroq avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.