sharded-gotify/auth
Jannis Mattheis 7523ad0d2e Use response header if cors config is empty
The cors middleware of gin denies the request with 403 forbidden if
the origin differs.
2020-05-09 16:41:53 +02:00
..
password Move password into own package to prevent package cycle 2018-03-25 19:33:29 +02:00
authentication.go Use v2 in package path 2020-05-08 10:43:17 +02:00
authentication_test.go Use v2 in package path 2020-05-08 10:43:17 +02:00
cors.go Use response header if cors config is empty 2020-05-09 16:41:53 +02:00
cors_test.go Use response header if cors config is empty 2020-05-09 16:41:53 +02:00
token.go Use crypto/rand for token generation (#161) 2019-03-16 11:10:28 +01:00
token_test.go Use v2 in package path 2020-05-08 10:43:17 +02:00
util.go Use v2 in package path 2020-05-08 10:43:17 +02:00
util_test.go Use v2 in package path 2020-05-08 10:43:17 +02:00