I continue working on access token mechanism. I have a Postgres table ready for storing the tokens, also a in memory hash-map that stores recently used tokens is already implemented. Next step will be to apply a simple rate limiting mechanism.
I continue working on access token mechanism. I have a Postgres table ready for storing the tokens, also a in memory hash-map that stores recently used tokens is already implemented. Next step will be to apply a simple rate limiting mechanism.