fix(doc): use automatic links, add module comment

This commit is contained in:
cduvray 2024-08-23 08:05:59 +02:00
parent 6dd6b11880
commit b548c773d1
3 changed files with 5 additions and 3 deletions

View file

@ -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,