tokusumi / fastapi-cloudauth

Simple integration between FastAPI and cloud authentication services (AWS Cognito, Auth0, Firebase Authentication).
MIT License
323 stars 35 forks source link

Standalone function to verify token #55

Open ostwalprasad opened 2 years ago

ostwalprasad commented 2 years ago

One of my endpoints for API receives cognito token as HTTP parameter instead of authentication header (Some issues sending authentication header on frontend). Other endpoints have been implemented just as described in Readme.

Is there any way to verify that token received as a string parameter using fastapi-cloudauth ?