mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-13 23:09:02 +00:00
Some work on permissions (lacks tests)
This commit is contained in:
@@ -163,3 +163,7 @@ func login(request *api.LoginRequest) (*api.LoginResponse, *http.Response) {
|
||||
|
||||
return resp, r
|
||||
}
|
||||
|
||||
func getSessionCtx(username string, password string, admin bool) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user