ai-cfia / membrane-backend

Membrane Backend: A centralized authentication service for Single Sign-On (SSO) enabling seamless token-based email verification across multiple client applications.
MIT License
1 stars 0 forks source link

Raise specific ValueError explaining each errors #76

Open vivalareda opened 10 months ago

vivalareda commented 10 months ago

Currently for example we have if not SERVER_PUBLIC_KEY.exists() or SERVER_PUBLIC_KEY.is_dir():

but it needs to be separate so we can know specifically which reason raises the issue