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-06-23 17:02:34 +02:00
2023-04-13 17:00:01 +02:00
2023-05-18 19:47:36 +02:00
2023-04-13 17:00:01 +02:00