log auth/middleware.go @ 326:a7b2db8b3d18

age author description
Thu, 02 Aug 2018 18:39:01 +0200 Sascha L. Teichmann Added type for roles.
Thu, 26 Jul 2018 17:07:03 +0200 Sascha L. Teichmann Reduce boilerplate code when writing JSON parsing/generating endpoints.
Thu, 26 Jul 2018 13:39:59 +0200 Sascha L. Teichmann Made auth.Role variadic to allow to express that a endpoint may be used by more than one role.
Thu, 26 Jul 2018 12:24:30 +0200 Sascha L. Teichmann Refactored gemma server to be more REST-like.
Fri, 29 Jun 2018 17:17:20 +0200 Sascha L. Teichmann Removed the JWT layer from the session management. remove-jwt
Thu, 28 Jun 2018 16:13:58 +0200 Sascha L. Teichmann Added claims checker + example.
Tue, 26 Jun 2018 18:29:26 +0200 Sascha L. Teichmann Added first middleware for JWT token extraction. TODO: Add second one to check against logged in users.