mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 09:00:10 +00:00
a better way to manage your Jellyfin users, now in go.
Harvey Tindall
e5ebcef684
The invite route no longer calls checkInvite, instead just chekcing the invite exists. This speeds up page loading. the 404 and invalidCode pages are now loaded when necessary. |
||
---|---|---|
b | ||
data | ||
api.go | ||
auth.go | ||
config.go | ||
email.go | ||
go.mod | ||
go.sum | ||
invites.json | ||
jfapi.go | ||
main.go | ||
pwval.go | ||
README.md | ||
storage.go | ||
views.go |
jfa-go
An ongoing rewrite of jellyfin-accounts in Go. I'm doing this to learn the language, so i'll still be maintaining the Python version.
Suggestions and help welcome.