Skip to content

Secure a Python (Hug) API with IdentityServer4 using the JWKS endpoint and RS256 algorithm

Notifications You must be signed in to change notification settings

solenovex/Identity-Server-4-Python-Hug-Api-Jwks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Identity Server 4 samples: Clients Call Python Hug Api

I use hug as python api, Hug

You need to install theses python packages:
hug, pyjwt, hug_middleware_cors, requests, cryptography

Run Python Api, and the port should be 8000:   hug -f main.py

The dotnetcore part of this solution is copied from identity server 4's official samples repository: Quickstart 7.

About

Secure a Python (Hug) API with IdentityServer4 using the JWKS endpoint and RS256 algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages