Liking cljdoc? Tell your friends :D

metabase.middleware.auth

Middleware related to enforcing authentication/API keys (when applicable). Unlike most other middleware most of this is not used as part of the normal app; it is instead added selectively to appropriate routes.

Middleware related to enforcing authentication/API keys (when applicable). Unlike most other middleware most of this
is not used as part of the normal `app`; it is instead added selectively to appropriate routes.
raw docstring

metabase.middleware.exceptions

Ring middleware for handling Exceptions thrown in API request handler functions.

Ring middleware for handling Exceptions thrown in API request handler functions.
raw docstring

metabase.middleware.json

Middleware related to parsing JSON requests and generating JSON responses.

Middleware related to parsing JSON requests and generating JSON responses.
raw docstring

metabase.middleware.log

Ring middleware for logging API requests/responses.

Ring middleware for logging API requests/responses.
raw docstring

metabase.middleware.security

Ring middleware for adding security-related headers to API responses.

Ring middleware for adding security-related headers to API responses.
raw docstring

metabase.middleware.session

Ring middleware related to session (binding current user and permissions).

Ring middleware related to session (binding current user and permissions).
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close