Documentation
¶
Index ¶
- type Auth
- func (auth *Auth) AuthMiddleware() func(http.Handler) http.Handler
- func (auth *Auth) CSRFMiddleware() func(http.Handler) http.Handler
- func (auth *Auth) CorsAuthMiddleware() func(http.Handler) http.Handler
- func (auth *Auth) DropMigrations()
- func (auth *Auth) EndpointHooksMiddleware() func(http.Handler) http.Handler
- func (auth *Auth) Handler() http.Handler
- func (auth *Auth) OptionalAuthMiddleware() func(http.Handler) http.Handler
- func (auth *Auth) RateLimitMiddleware() func(http.Handler) http.Handler
- func (auth *Auth) RunMigrations()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
func (*Auth) CSRFMiddleware ¶ added in v1.0.4
func (*Auth) CorsAuthMiddleware ¶ added in v1.0.0
func (*Auth) DropMigrations ¶ added in v1.0.0
func (auth *Auth) DropMigrations()
func (*Auth) EndpointHooksMiddleware ¶ added in v1.0.6
func (*Auth) OptionalAuthMiddleware ¶
func (*Auth) RateLimitMiddleware ¶ added in v1.0.4
func (*Auth) RunMigrations ¶
func (auth *Auth) RunMigrations()
Click to show internal directories.
Click to hide internal directories.