lew
lew
This should have been 2 PR's! You caught me off-guard with that refactor commit and I messed up my merge :/ # 🌙 Automatic theme switching from location - Use...
# 🖌 Custom Themes Added support for custom themes without editing the main app.css file. - Themes configurable through config.js, with several pre-included themes. Some of these don't map particularly...
# 🔧 Customizable background images - Configurable through config.js, this just sets the CSS variable to the provided URL. - Defaults to ./assets/background.jpg. - Updated README docs. Again, this is...
As the main server seems to be having some issues, I've added an option to use a fallback server when the main one fails. This defaults to "" (`undefined`) in...
### Describe the bug I'm running into issues trying to add MFA support to my custom sign-in form. This works fine without MFA, using PKCE and `signInWithCredentials`, then calling `token.getWithoutPrompt`...
Hi! I noticed that the demo page flickers unstyled content when changing the theme from the menu. I've refactored the theme switching JS to preload all of the themes at...
As `python-jose` seems to be unmaintained and has multiple vulnerabilities raised against it, I've replaced this with `pyjwt`. The implementation is like-for-like, as `pyjwt` seems to implement most of the...