1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-09-27 06:40:10 +00:00
a better way to manage your Jellyfin users, now in go.
Go to file
Harvey Tindall e5ebcef684 Partial check for invite page, 404 handling
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.
2020-07-31 13:03:36 +01:00
b first 2020-07-29 22:11:28 +01:00
data Partial check for invite page, 404 handling 2020-07-31 13:03:36 +01:00
api.go Functioning user creation, notifications, 2020-07-31 12:48:37 +01:00
auth.go Functioning user creation, notifications, 2020-07-31 12:48:37 +01:00
config.go first 2020-07-29 22:11:28 +01:00
email.go Functioning user creation, notifications, 2020-07-31 12:48:37 +01:00
go.mod Functioning user creation, notifications, 2020-07-31 12:48:37 +01:00
go.sum Functioning user creation, notifications, 2020-07-31 12:48:37 +01:00
invites.json first 2020-07-29 22:11:28 +01:00
jfapi.go Functioning user creation, notifications, 2020-07-31 12:48:37 +01:00
main.go Partial check for invite page, 404 handling 2020-07-31 13:03:36 +01:00
pwval.go Partial check for invite page, 404 handling 2020-07-31 13:03:36 +01:00
README.md first 2020-07-29 22:11:28 +01:00
storage.go Functioning user creation, notifications, 2020-07-31 12:48:37 +01:00
views.go Partial check for invite page, 404 handling 2020-07-31 13:03:36 +01:00

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.