qor/auth

Undefined config & models when Initializing Auth

puneetv05 opened this issue · 2 comments

When using the example code from Readme

Auth = clean.New(&auth.Config{
		DB:        gormDB,
		Render:    config.View,
		Mailer:    config.Mailer,
		UserModel: models.User{},
	})

Where to get config & models from ?

likewise, we can implement the model for user but I didn't find the options to use with config!!