func AuthPost(ctx *middleware.Context) { ctx.SetCookie("access_token", ctx.Query("token")) ctx.Redirect("/admin") }