implemented login and jwt auth

This commit is contained in:
yusing
2024-10-30 06:25:32 +08:00
parent e5bbb18414
commit 81177926ff
12 changed files with 206 additions and 27 deletions

View File

@@ -100,7 +100,6 @@ func (r *StreamRoute) Start(providerSubtask task.Task) E.Error {
})
r.l.Info().
Str("proto", string(r.Scheme.ListeningScheme)).
Int("port", int(r.Port.ListeningPort)).
Msg("listening")