Currently @ThisIsMissEm/adonisjs-atproto-oauth doesn't provide a locking mechanism, which means that it is technically possible for two oauth flows for the same DID to overlap, causing one of the oauth flows to fail.
Upstream issue: ThisIsMissEm/adonisjs-atproto-oauth#42
This is what produces the log line No lock mechanism provided. Credentials might get revoked. in development.
Currently
@ThisIsMissEm/adonisjs-atproto-oauthdoesn't provide a locking mechanism, which means that it is technically possible for two oauth flows for the same DID to overlap, causing one of the oauth flows to fail.Upstream issue: ThisIsMissEm/adonisjs-atproto-oauth#42
This is what produces the log line
No lock mechanism provided. Credentials might get revoked.in development.