We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4180c5c commit b5b21baCopy full SHA for b5b21ba
examples/with-gin/config/config.go
@@ -4,6 +4,7 @@ import (
4
"log"
5
6
"github.com/supertokens/supertokens-golang/recipe/dashboard"
7
+ "github.com/supertokens/supertokens-golang/recipe/emailpassword"
8
9
"github.com/spf13/viper"
10
"github.com/supertokens/supertokens-golang/recipe/emailverification"
@@ -54,6 +55,7 @@ func Init() {
54
55
Providers: providers,
56
},
57
}),
58
+ emailpassword.Init(nil),
59
session.Init(nil),
60
dashboard.Init(nil),
61
// thirdparty.Init(thirdpartyConfig),
0 commit comments