Liking cljdoc? Tell your friends :D

buddy.auth

Authorization and authentication primitives for Ring-based applications.

Authorization and authentication primitives for Ring-based applications.
raw docstring

authenticated?clj

(authenticated? request)

Return true if the request is authenticated.

This function checks the :identity key in the request.

Return `true` if the `request` is authenticated.

This function checks the `:identity` key
in the request.
sourceraw docstring

throw-unauthorizedclj

(throw-unauthorized)
(throw-unauthorized errordata)

Throw an unauthorized exception.

Use it as an exception-based authorization primitive.

Throw an unauthorized exception.

Use it as an exception-based authorization primitive.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close