add an endpoint that will sign with a ca in the path and just give all available authority
Compare changes
Files
2+ 37
− 5
@@ -70,10 +70,17 @@ app = FastAPI(middleware=[
@@ -165,13 +172,21 @@ def validate_request(sign_request: SigningRequest, access_params: AuthzParams):
@@ -195,3 +210,20 @@ async def sign(sign_request: SigningRequest, access_params: Annotated[AuthzParam
\ No newline at end of file