micro/auth
ben-toogood ffdf986aac
Refactor auth: add token and store implementations (#1230)
* Refactor auth: add token and memory implementations

* Fix typo

* Remove memory auth (implemented already by the store implementation), revert default to noop

* Add grpc header

* Global Config

* config/global => util/config

* Rename package to remove confict

* Tweak

* Improve Error Handling
2020-02-24 15:07:27 +00:00
..
jwt Improve JWT Package Errors (#1206) 2020-02-19 09:51:43 +01:00
service Auth Wrapper (#1174) 2020-02-10 08:26:28 +00:00
store Refactor auth: add token and store implementations (#1230) 2020-02-24 15:07:27 +00:00
auth.go reorder auth interface (#1204) 2020-02-16 19:36:45 +00:00
default.go Refactor auth: add token and store implementations (#1230) 2020-02-24 15:07:27 +00:00
options.go Auth Wrapper (#1174) 2020-02-10 08:26:28 +00:00