gophish/middleware
Jordan Wright 84096b8724
Implement User Management API (#1473)
This implements the first pass for a user management API allowing users with the `ModifySystem` permission to create, modify, and delete users. In addition to this, any user is able to use the API to view or modify their own account information.
2019-05-31 13:58:18 -05:00
..
doc.go Major refactoring - created auth, config, models, controllers, and middleware packages. Should help provide modularity and a clean architecture. 2014-01-09 00:42:05 -06:00
middleware.go Implement User Management API (#1473) 2019-05-31 13:58:18 -05:00
middleware_test.go Refactoring API into separate package for easier management. (#1411) 2019-03-26 22:17:20 -05:00
session.go Implement User Management API (#1473) 2019-05-31 13:58:18 -05:00