Documentation ¶
Index ¶
- func SelfService(cfg *config.Config) func(ctx *macaron.Context, sess session.Store, x csrf.CSRF)
- func SelfServiceLogin(cfg *config.Config) func(ctx *macaron.Context, sess session.Store)
- func SelfServiceLogout(cfg *config.Config) func(ctx *macaron.Context, sess session.Store)
- func SelfServiceOauth(cfg *config.Config) func(ctx *macaron.Context, sess session.Store)
- func SelfServiceRevoke(cfg *config.Config) func(ctx *macaron.Context, x csrf.CSRF, sess session.Store)
- type CSRFHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SelfService ¶
func SelfServiceLogin ¶
func SelfServiceLogout ¶
func SelfServiceOauth ¶
Types ¶
type CSRFHandler ¶
func ConsentGet ¶
func ConsentGet(cfg *config.Config) CSRFHandler
func ConsentPost ¶
func ConsentPost(cfg *config.Config) CSRFHandler
func LoginGet ¶
func LoginGet(cfg *config.Config) CSRFHandler
func LoginPost ¶
func LoginPost(cfg *config.Config) CSRFHandler
Click to show internal directories.
Click to hide internal directories.