Skip to content

User/Session Handling & secure Actions

Choose a tag to compare

@S3bb1 S3bb1 released this 17 Feb 18:44
· 49 commits to master since this release
  • Implemented Session System (used @evantahler 's session blog post for AH)
  • Added user/session handling in dashboard
    • Default user admin/admin is created at startup
    • Session duration is defaultly set to 1h
  • Added user management page in dashboard
  • Secured all actions to execute only if user is authenticated
  • re-modularized angular app structure in dashboard

If a User opens the dashboard now he sees a login screen :
login_1

... wrong password or username is handled too:
login_2

At the dashboard the new page "Users" is available to manage user accounts:
user_1

where you can create:
user_2

or edit users:
user_3

At the top left the "Admin" is now the current username and the Logout button is now available too:
user_4