Skip to content

Files

Latest commit

7548b84 · Dec 23, 2020

History

History
This branch is 226 commits behind dromara/sureness:master.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 16, 2020
Oct 15, 2020
Dec 23, 2020
Aug 5, 2020
Oct 29, 2020
Dec 20, 2020
Oct 15, 2020
Dec 22, 2020
Dec 22, 2020
Oct 15, 2020
Oct 15, 2020
Oct 15, 2020
Oct 15, 2020
Oct 15, 2020
Oct 29, 2020
Dec 22, 2020
Dec 22, 2020
Oct 15, 2020
Oct 15, 2020
Oct 15, 2020
Dec 20, 2020
Dec 23, 2020
Oct 30, 2020
Oct 30, 2020
Oct 30, 2020
Oct 30, 2020
Oct 15, 2020
Dec 6, 2020

sureness

sureness

A simple and efficient open-source jvm security framework that focus on the protection of restful api.

License GitHub pull request check contexts Gitter GitHub Release Date

Introduction

Sureness is a new, permission project which we learn from apache shiro and add some ideas to create it
Authentication for restful api, based on RBAC, Mainly focused on the protection of restful api
No specific framework dependency(support springboot, quarkus, javalin, ktor and more)
Support dynamic modification of permissions Support mainstream http container(servlet and jax-rs)
Supports JWT, Basic Auth, Digest Auth... Can extend custom supported authentication methods
High performance due dictionary matching tree
Good extension interface, demo and document.

The low configuration of sureness, easy to expand, and not coupled with other frameworks, enables developers to quickly and safely protect their projects in multiple scenarios.

Framework Sample Support