metosin/compojure-api
Vedi su GitHubSecurity as first class citizen (with Buddy samples)
Open
#122 aperta il 2 giu 2015
enhancementhelp wanted
Metriche repository
- Star
- (1120 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
separate namespace compojure.api.buddy with registered dispatchers for making it easy to use them from c-api. Something like:
(context* "/api" []
:authenticated? true
(context* "/admin" []
:auth-handlers [admin-access operator-access]
...))
EDIT 18.8.2015. Should be security in general. Goes for Ring-Swagger too.