Commit Graph

24 Commits

Author SHA1 Message Date
199514857a
Improve error handling around authorization
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-27 22:56:08 +02:00
45616fa60e
Flip verifyAuthCode if 2020-07-27 22:41:15 +02:00
2d39edac8e
Remove receiver from auth methods 2019-03-24 10:25:40 +01:00
ed90ebbdd3
Improve error handling in authentication
All checks were successful
continuous-integration/drone/push Build is passing
2019-03-23 21:29:48 +01:00
1e0f192ab4
Cleanup errors and documentation
Some checks failed
continuous-integration/drone/push Build is failing
2019-03-19 21:55:07 +01:00
56d9981a4a
Cleanup message from auth.go 2018-12-25 12:29:15 +01:00
014898b8df
Adding missing return nil
All checks were successful
the build was successful
2018-09-15 16:17:33 +02:00
c17cd92268
Extract method: buildValidateAuthTokenRequest
Some checks failed
the build failed
2018-09-15 16:15:35 +02:00
8d99527e45
Move function down 2018-09-15 16:13:38 +02:00
8792285eb4
Cleanup error handling when setting token 2018-09-15 16:13:08 +02:00
76bad074c7
Remove err from parameters 2018-09-15 16:11:52 +02:00
6a26e9330e
Clean up the cached auth token code 2018-09-15 16:11:11 +02:00
994ab142d6
Fix checks for cached authorization 2018-09-15 16:10:01 +02:00
e3daa14614
Remove err from parameters 2018-09-15 16:08:28 +02:00
ab8998cdf2
Extract method setCachedTokenResponseValue 2018-09-15 16:07:56 +02:00
7361b524e8
Get the cached value from Redis 2018-09-15 16:04:50 +02:00
3c9f7eae47
You shouldn't be authorized always
Signed-off-by: Peter Stuifzand <peter@stuifzand.eu>
2018-09-15 16:00:57 +02:00
7e15298175
Move server to package 2018-09-12 22:35:49 +02:00
89a50821d4
Remove Redis from microsubHandler and pass as parameter
All checks were successful
the build was successful
2018-08-28 21:17:42 +02:00
507aff683e
Use gomodule version of redis library 2018-08-15 19:04:15 +02:00
66489b6de7 Move jsonfeed to it's own package
All checks were successful
the build was successful
- Also implement hubs for jsonfeed
2018-08-04 22:43:57 +02:00
c1f2b7a5a7 Add missing license matters
All checks were successful
the build was successful
2018-07-28 18:03:21 +02:00
7199652e4a Add TokenEndpoint to backend.json
- The tokenEndpoint provided here will be used to check the authenticity
  of the token
2018-05-16 21:21:00 +02:00
26c8295193 Rename microsub-server --> ekster
- Server is called eksterd
- Client is called ek
2018-05-16 17:24:26 +02:00