authorizer/server
szczepad aa232de426 fix: Uses whitespace as seperator for oauth scopes in state-string
This is necessary, as the previous delimiter (,) was being redacted
after a redirect. This resulted in the scopes not being correctly
parseable and the state not being fetched correctly after the
oauth-callback
2022-08-22 09:25:10 +02:00
..
cli fix: slice envs 2022-05-31 08:14:03 +05:30
constants feat: bootstrap twitter login config 2022-08-22 09:03:29 +02:00
cookie fix: import cycle issues 2022-05-30 11:54:16 +05:30
crypto fix: update store method till handlers 2022-05-29 17:22:46 +05:30
db fix email template 2022-08-13 11:34:24 +05:30
email fix: remove unused file 2022-08-18 07:21:50 +05:30
env feat: bootstrap twitter login config 2022-08-22 09:03:29 +02:00
graph feat: bootstrap twitter login config 2022-08-22 09:03:29 +02:00
handlers fix: Uses whitespace as seperator for oauth scopes in state-string 2022-08-22 09:25:10 +02:00
memorystore feat: bootstrap twitter login config 2022-08-22 09:03:29 +02:00
middlewares fix: import cycle issues 2022-05-30 11:54:16 +05:30
oauth feat: bootstrap twitter login config 2022-08-22 09:03:29 +02:00
parsers fix: give higher priority to authorizer url 2022-06-05 22:13:10 +05:30
refs fix: refs 2022-07-15 22:11:08 +05:30
resolvers feat: bootstrap twitter login config 2022-08-22 09:03:29 +02:00
routes fix: rename revoke refresh token handler for better reading 2022-07-11 11:10:30 +05:30
test fix email template 2022-08-13 11:34:24 +05:30
token fix: add namespace to session token keys 2022-06-29 22:24:00 +05:30
types fix: slice envs 2022-05-31 08:14:03 +05:30
utils feat: send email based on template 2022-08-09 01:43:37 +05:30
validators fix: template respone & ui 2022-08-09 09:07:47 +05:30
go.mod feat: add managing mfa 2022-08-03 23:20:23 +05:30
go.sum feat: add managing mfa 2022-08-03 23:20:23 +05:30
gqlgen.yml feat: add ability to write custom script for access token (#63) 2021-10-24 06:24:12 +05:30
main.go fix: slice envs 2022-05-31 08:14:03 +05:30