Lukas Heiligenbrunner
059b0af6e7
implement custom clientstore add new Password page if password is set force entering password to successfully receive the token add a new unsafe api call for init call only
9 lines
118 B
Modula-2
9 lines
118 B
Modula-2
module openmediacenter/apiGo
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
gopkg.in/oauth2.v3 v3.12.0
|
|
)
|