Skip to content
/ epsiom Public

Express, Passport, Socket.io and MySQL Boilerplate (epsiom)

Notifications You must be signed in to change notification settings

ellisgl/epsiom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express, Passport, Socket.io and MySQL Boilerplate (epsiom)

The name says it all.

Code based on:

Install

Download, extract and run npm isntall

Default user/pass: admin password

Role Based Authorization

users table: role_id connects to the roles table.
roles table: role_id (auto inc) and a name.
role_roles table: role_id1 is for the role, role_id2 is the id of the role you want role_id1 to be able to access. Simplistic hierarchy.

Todo

Simple admin interface to add users, role and grant role permissions.

About

Express, Passport, Socket.io and MySQL Boilerplate (epsiom)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published