9p4
9p4
Allow for a custom redirect URL to test for checking errors (ie the server doesn't allow for capitalization, regex gone wrong, etc)
Instead of showing the player icon, show the embedded album art instead of the default icon. Looks like we can use the Metadata property and get the album art uri...
Essentially what it says in the title. Add support for signing in with Oauth2,
## Fixes * https://github.com/jwngr/sdow/issues/5 ## Changes * Ran 2to3 on some of the scripts and replaced the Set with the builtin and modified the bytes to be treated as strings.
By allowing HTTP user header authentication, we allow for TL to run behind an SSO implementation (such as Keycloak or Authelia or Gluu or even Google and Microsoft), or other...
Related to #20 To simplify the code, separate the HTML in the WebResponse and use a template instead.
It seems like nobody is using SAML, and removing it would greatly improve the maintainability of the codebase. No need for a second admin panel, small configuration, easier maintainability. Any...
**Is your feature request related to a problem? Please describe.** It seems like there isn't enough of a distinction between the `p` and `r` paths for initialization and redirection respectively....
**Describe the bug** From #80: Seems like a bug that the roleclaim value is still checked even if role mapping is disabled. Try setting it to any string. ``` [2022-09-21...