Skip to content

mt-security-kit/clj-security-protocols

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-security-protocols

Overview

The clj-security-protocols is a set of security protocol functions for database, media upload and user handling in Clojure projects.

Description

This library is a collection of protocol functions that contain composed security checks for common database, media upload and user account actions. These protocol functions apply security checks by utilizing working functions provided as parameters. They do not perform environmental checks or have any side effects on their own.

deps.edn

{:deps {mt-security-kit/clj-security-protocols {:git/url "https://github.com/mt-security-kit/clj-security-protocols"
                                                :sha     "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"}}}

Current version

Check out the latest commit on the release branch.

Changelog

You can track the changes of the clj-security-protocols library here.

Documentation

The clj-security-protocols functional documentation is available here.

About

A set of security protocol functions for database, media upload and user handling in Clojure projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published