Example #1
0
File: auth.go Project: kesyn/kanban
// OauthHandler handles request from other services
func OauthHandler(ctx *middleware.Context) {
	ctx.HTML(200, "templates/oauth")
}