Commit Graph

7 Commits

Author SHA1 Message Date
24045034c8 Formatted with black 2020-06-21 20:29:53 +01:00
bfbaca4094 Move to Poetry for deps and packaging
setup.py has been removed, and Poetry is now used to package for
install. This fixed an issue i had with uploading to PyPI, so one can
now run 'pip install jellyfin-accounts' to install.
2020-06-16 20:07:47 +01:00
8497cd4927 Speed up interface through adding caching
jf_api now caches the list of users, only fetching new data if the cache
is more than 30 minutes old. Also remove the pointless tempJF with an
instance named auth_jf since jf_api can now handle multiple
authentications.
2020-05-09 22:10:30 +01:00
3499843878 Added re-authentication after expiry to jf_api 2020-04-26 19:44:31 +01:00
b9cefcc111 Added ability to log in with jellyfin credentials
The new jellyfin_login and admin_only allow anyone use their username and
password from jellyfin to login to the admin page, and restrict this to jellyfin
admins only, respectively.
2020-04-25 17:20:46 +01:00
d22ba6133b Add pw reset support; add logging 2020-04-12 21:25:27 +01:00
d321726d62 first commit 2020-04-11 15:20:25 +01:00