Open jtojnar opened 4 months ago
This is a from-scratch rewrite, moving a bit closer to Single Responsibility Principle.
We split handling of credentials-in-config and always-open authentication systems. In the future, we will be able implement more methods this way.
This was motivated by session code being called in constructor would break in CLI with Tracy strict mode.
Additionally:
This is a from-scratch rewrite, moving a bit closer to Single Responsibility Principle.
We split handling of credentials-in-config and always-open authentication systems. In the future, we will be able implement more methods this way.
This was motivated by session code being called in constructor would break in CLI with Tracy strict mode.
Additionally: