You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's currently limited support for auth in Screenly OSE. It would be nice to make this more modular such that we can add more backends in the future.
As such, let's refactor the way that auth is done right now and do the following:
Introduce a new settings in the dashboard where a user can pick the auth backend.
Refactor the auth code (such as this to make it modular and support multiple backends.
Refactor the auth checks to pick the auth backend from a given system (currently only the bult-in, but design it to support multiple ones).
The text was updated successfully, but these errors were encountered:
There's currently limited support for auth in Screenly OSE. It would be nice to make this more modular such that we can add more backends in the future.
As such, let's refactor the way that auth is done right now and do the following:
The text was updated successfully, but these errors were encountered: