authorizer/server
Eng Zer Jun f3b672a4cf
refactor(server/utils): remove redundant nil check
From the Go specification:

  "3. If the map is nil, the number of iterations is 0." [1]

Therefore, an additional nil check for before the loop is unnecessary.

[1]: https://go.dev/ref/spec#For_range

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2023-09-09 12:57:20 +08:00
..
cli fix: slice envs 2022-05-31 08:14:03 +05:30
constants Merge branch 'main' into feat/disable_playground 2023-08-29 11:44:07 +05:30
cookie add comments 2023-07-23 13:02:14 +08:00
crypto [server] fix primary index creation for couchbase 2023-02-02 12:28:52 +05:30
db fix microsoft active directory config 2023-08-17 14:20:31 +05:30
email Add app_data 2023-08-14 12:01:37 +05:30
env Merge branch 'main' into feat/disable_playground 2023-08-29 11:44:07 +05:30
graph feat: 2023-08-29 11:55:27 +05:30
handlers fix: default value for disable playground 2023-09-09 07:11:13 +05:30
logs fix(server): global logging 2022-11-17 10:35:38 +05:30
memorystore Merge branch 'main' into feat/disable_playground 2023-08-29 11:44:07 +05:30
middlewares fix: access_token renew + web_message redirect 2022-11-29 05:27:29 +05:30
oauth allow common tenant for microsoft 2023-08-03 14:43:27 +05:30
parsers fix: remove extra slash from host 2022-11-24 12:58:04 +05:30
refs fix: refs 2022-07-15 22:11:08 +05:30
resolvers Merge branch 'main' into feat/disable_playground 2023-08-29 11:44:07 +05:30
routes fix: rename revoke refresh token handler for better reading 2022-07-11 11:10:30 +05:30
smsproviders Update resend otp 2023-07-24 11:56:55 +08:00
test Add user to validate_session 2023-08-19 20:45:20 +05:30
token fix microsoft active directory config 2023-08-17 14:20:31 +05:30
types fix: slice envs 2022-05-31 08:14:03 +05:30
utils refactor(server/utils): remove redundant nil check 2023-09-09 12:57:20 +08:00
validators fix: use replace all 2022-08-31 11:02:46 +05:30
go.mod Add app_data 2023-08-14 12:01:37 +05:30
go.sum Add user to validate_session 2023-08-19 20:45:20 +05:30
gqlgen.yml chore: update gqlgen to 0.17.20 2022-09-30 15:37:59 +05:30
main.go fix(server): global logging 2022-11-17 10:35:38 +05:30
tools.go chore: update gqlgen to 0.17.20 2022-09-30 15:37:59 +05:30