KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
jwt-authorizer
★ 78
Open GitHub ↗
JWT authorization layer for Axum.
Download README (.md)
Explore Similar Repositories
goji
:
Commitizen-like Emoji Commit Tool written in Go and AI commit message generator (think cz-emoji and other commitizen adapters but in go) 🚀
react-canvas-editor
:
React version of canvas editor
YyFlight.ToDoList
:
✍【.NET8 MongoDB 待办清单系统】.NET8 MongoDB从入门到实战基础教程,该项目后端使用的是.NET8、前端页面使用Blazor、使用MongoDB存储数据,更多相关内容大家可以看目录中的MongoDB从入门到实战的相关教程。该系列教程可作为.NET Core入门项目进行学习,感兴趣的小伙伴可以关注博主和我一起学习共同进步。
langchainjs-quickstart-demo
:
Build a generative AI application using LangChain.js, from local to Azure
resilience4j-spring-boot3-demo
:
A Spring Boot 3 demo which shows how to use the Resilience4j Spring Boot 3 Starter
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
jwt-authorizer
?
Download (.md)
# jwt-authorizer JWT authorizer Layer for Axum. [](https://github.com/tokio-rs/cduvray/jwt-authorizer/workflows/ci.yml) [](https://crates.io/crates/jwt-authorizer) [](https://docs.rs/jwt-authorizer) ## Features - JWT token verification (Bearer) - Algoritms: ECDSA, RSA, EdDSA, HMAC - JWKS endpoint support - Configurable refresh - OpenId Connect Discovery - Validation - exp, nbf, iss, aud - Claims extraction - into custom deserializable structs or into `RegisteredClaims` (default) - Claims checker - Tracing support (error logging) - *tonic* support ## Usage See documentation of the [`jwt-authorizer`](./jwt-authorizer/docs/README.md) module or the [`demo-server`](./demo-server/) example. ## Development Minimum supported Rust version is 1.75. ## Contributing Contributions are wellcome! ## License MIT