ben-toogood
|
86272a3064
|
WithRoles variadic args (#1395)
Co-authored-by: Ben Toogood <ben@micro.mu>
|
2020-03-24 10:18:34 +00:00 |
|
ben-toogood
|
c1978265ab
|
Auth Wildcard Endpoints (#1394)
* Auth Wildcard Endpoints
* Fix joinkey bug, improve tests
* Change joinKey
Co-authored-by: Ben Toogood <ben@micro.mu>
|
2020-03-24 09:39:33 +00:00 |
|
ben-toogood
|
e0e77f3983
|
Updated auth interface (#1384)
* Updated auth interface
* Add Rule
* Remove Rule
* Return token from Renew
* Renew => Refresh
* Implement Tokens & Default Auth Implementation
* Change default auth to noop
* Change default auth to noop
* Move token.Token to auth.Token
* Remove Token from Account
* Auth service implementation
* Decode JWT locally
* Cookie for secret
* Move string to bottom of interface definition
* Depricate auth_exclude
* Update auth wrappers
* Update go.sum
Co-authored-by: Ben Toogood <ben@micro.mu>
|
2020-03-23 16:19:30 +00:00 |
|
Asim Aslam
|
6aaaf54275
|
add MICRO_AUTH_TOKEN, parse token in wrapper, preload config and othe… (#1261)
* add MICRO_AUTH_TOKEN, parse token in wrapper, preload config and other things
* fix wrapper panic
|
2020-02-25 22:15:44 +00:00 |
|
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 |
|