| alvin0216/react-blog |
712 |
|
0 |
0 |
about 3 years ago |
0 |
|
62 |
mit |
JavaScript |
| react hooks + koa2 + sequelize + mysql 构建的个人博客。具备评论、通知、上传文章等等功能 |
| NetDevPack/Security.Identity |
433 |
|
0 |
0 |
over 3 years ago |
0 |
|
4 |
mit |
C# |
| .NET DevPack Identity is a set of common implementations to help you implementing Identity, Jwt, claims validation and another facilities |
| nhost/hasura-auth |
350 |
|
0 |
0 |
over 2 years ago |
0 |
|
27 |
mit |
TypeScript |
| Authentication for Hasura. |
| andregardi/jwt-express-typeorm |
306 |
|
0 |
0 |
over 3 years ago |
0 |
|
21 |
|
TypeScript |
| Rest API with JWT authentication and role based authorization using TypeScript Express.js and TypeORM |
| VahidN/ASPNETCore2JwtAuthentication |
290 |
|
0 |
0 |
over 2 years ago |
0 |
|
1 |
apache-2.0 |
SCSS |
| Jwt Authentication without ASP.NET Core Identity |
| Smith-Cruise/Spring-Boot-Security-JWT-SPA |
98 |
|
0 |
0 |
almost 6 years ago |
0 |
|
1 |
|
Java |
| Spring Boot 2 + JWT + Spring Security 5的单页应用(SPA) Restful 解决方案 |
| na-stewart/sanic-security |
87 |
|
0 |
0 |
about 2 years ago |
126 |
July 28, 2023 |
2 |
mit |
Python |
| An effective, simple, and async security library for the Sanic framework. |
| RedFroggy/angular-spring-hmac |
78 |
|
0 |
0 |
over 8 years ago |
0 |
|
3 |
|
JavaScript |
| Spring and Angular security with HMAC and Cookie based JWT |
| netlify/gotiator |
59 |
|
0 |
0 |
over 8 years ago |
0 |
|
3 |
mit |
Go |
| A tiny JWT based API gateway |
| only2dhir/spring-security-jwt |
57 |
|
0 |
0 |
over 7 years ago |
0 |
|
1 |
|
Java |
| In this article, we will be creating a sample REST CRUD APIs and provide JWT role based authorization using spring security to these APIs. We will be using spring boot 2.0 and JWT 0.9.0. In the DB, we will have two roles defined as ADMIN and USER with custom UserDetailsService implemented and based on these roles the authorization will be decided. We will be using spring data to perform our CRUD operations and spring provided annotations such as @PreAuthorize, @Secured and @EnableGlobalMethodSecurity for authorization. |