oauth2-test-server 0.2.2

A fast, fully configurable, in-memory OAuth 2.0 + OpenID Connect authorization server for testing, zero-HTTP mode and DCR support for testing auth flow in MCP Servers and MCP Clients
Documentation
1
2
3
4
5
6
7
8
9
pub mod authorize;
pub mod device;
pub mod discovery;
pub mod error;
pub mod introspect;
pub mod register;
pub mod revoke;
pub mod token;
pub mod userinfo;