mirror of
https://github.com/elisspace/core.git
synced 2026-09-17 00:06:21 +00:00
* Use SHA hash to make token harder to guess Use hashlib SHA256 to encode object id instead of using it directly. * Cache access token Instead of generating a token on the fly cache it in the constructor. * Fix lint