Skip to content

MvcCore Extension - Basic Authentication v3.0.0

Choose a tag to compare

@tomFlidr tomFlidr released this 15 Jan 23:21
· 84 commits to master since this release
  • MvcCore v3.0+ support
  • simple authentication service, only to signin/signout an user
  • service use credentials defined in system config.ini by default
  • service is very easy to extend and reconfigure:
    • possible to use custom user class with custom authentication functionality
    • possible to use custom sign in/sign out forms
    • possible to use custom sign in/sign out controller and routes