Liking cljdoc? Tell your friends :D

buddy.auth.backends


basicclj

(basic)
(basic opts)

Create an instance of the http-basic based authentication backend.

This backend also implements authorization workflow with some defaults. This means that you can provide your own unauthorized-handler hook if the default one does not satisfy you.

Create an instance of the http-basic based
authentication backend.

This backend also implements authorization
workflow with some defaults. This means that
you can provide your own unauthorized-handler hook
if the default one does not satisfy you.
sourceraw docstring

http-basicclj

Alias for basic.

Alias for `basic`.
sourceraw docstring

jweclj

(jwe)
(jwe opts)

Create an instance of the jwe (encrypted JWT based authentication backend.

This backend also implements authorization workflow with some defaults. This means that you can provide your own unauthorized-handler hook if the default one does not satisfy you.

Create an instance of the jwe (encrypted JWT
based authentication backend.

This backend also implements authorization workflow
with some defaults. This means that you can provide
your own unauthorized-handler hook if the default one
does not satisfy you.
sourceraw docstring

jwsclj

(jws)
(jws opts)

Create an instance of the jws (signed JWT) based authentication backend.

This backend also implements authorization workflow with some defaults. This means that you can provide your own unauthorized-handler hook if the default one does not satisfy you.

Create an instance of the jws (signed JWT)
based authentication backend.

This backend also implements authorization workflow
with some defaults. This means that you can provide
your own unauthorized-handler hook if the default one
does not satisfy you.
sourceraw docstring

sessionclj

(session)
(session opts)

Create an instance of the http session based authentication backend.

This backend also implements authorization workflow with some defaults. This means that you can provide your own unauthorized-handler hook if the default one does not satisfy you.

Create an instance of the http session based
authentication backend.

This backend also implements authorization
workflow with some defaults. This means that
you can provide your own unauthorized-handler hook
if the default one does not satisfy you.
sourceraw docstring

tokenclj

(token)
(token opts)

Create an instance of the generic token based authentication backend.

This backend also implements authorization workflow with some defaults. This means that you can provide your own unauthorized-handler hook if the default one does not satisfy you.

Create an instance of the generic token based
authentication backend.

This backend also implements authorization workflow
with some defaults. This means that you can provide
your own unauthorized-handler hook if the default one
does not satisfy you.
sourceraw docstring

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

× close