mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-11 23:50:07 +01:00
fix(doc): use automatic links, add module comment
This commit is contained in:
parent
6dd6b11880
commit
b548c773d1
3 changed files with 5 additions and 3 deletions
|
|
@ -1,3 +1,5 @@
|
|||
//! Demo server - for demo and testing purposes
|
||||
|
||||
use axum::{routing::get, Router};
|
||||
use jwt_authorizer::{
|
||||
error::InitError, AuthError, Authorizer, IntoLayer, JwtAuthorizer, JwtClaims, Refresh, RefreshStrategy,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue