I've upgraded to 5.1 and thought the deny by default could be breaking, but it wasn't declared like that.
Now all my services aren't accessible via TinyAuth and PocketId anymore.
The solution is declaring whitelists like
TINYAUTH_APPS_STATUS_OAUTH_WHITELIST=myemail@example.org
But I don't like that configruation overhead for each service.
I thought TINYAUTH_AUTH_ACLS_POLICY=allow could solve this, but it has no effect.
How do I disable deny-by-default again? I don't see why I would need that.
PS: Downgrading doesn't work either due to migrations?
I've upgraded to 5.1 and thought the deny by default could be breaking, but it wasn't declared like that.
Now all my services aren't accessible via TinyAuth and PocketId anymore.
The solution is declaring whitelists like
But I don't like that configruation overhead for each service.
I thought
TINYAUTH_AUTH_ACLS_POLICY=allowcould solve this, but it has no effect.How do I disable deny-by-default again? I don't see why I would need that.
PS: Downgrading doesn't work either due to migrations?