Results 32 issues of 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...

enhancement

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.

enhancement

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...

Type: Feature
Status: needs-review

Related to #20 To simplify the code, separate the HTML in the WebResponse and use a template instead.

enhancement
good first issue

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...

enhancement
help wanted

Would it be possible to change the size of the display when emulating?

question
GUI

**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....

documentation
enhancement
good first issue

**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...

bug