Yury Gargay 8c5c6815e0
Reimplement isValidAccessToken without reflect (#1183)
The use of reflection should generally be minimized in Go code because
it can make the code less readable, less type-safe, and potentially slower.

In this particular case we can simply rely on type switch.
2023-09-28 23:51:47 +02:00
..
2023-09-13 17:36:24 +02:00
2023-09-13 17:36:24 +02:00
2023-08-11 11:51:39 +02:00
2023-08-12 11:42:36 +02:00
2023-08-11 11:51:39 +02:00
2023-04-13 17:00:01 +02:00
2023-09-19 18:08:40 +02:00
2023-03-17 10:37:27 +01:00