Skip to content

pirumu/apisix-cognito-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Cognito Authentication APISIX Plugin

folow

Config

{
  "region": "ap-southeast-1",
  "pool_id": "ap-southeast-1_jkfRcWs0L",
  "white_list": [
    {
      "method": "GET",
      "path": "/stream/document"
    }
  ],
  "ssl_verify": false,
  "timeout": 3000,
  "cache_ttl_seconds": 86400,
  "keepalive": true,
  "keepalive_timeout": 60000,
}

About

Cognito Auth Plugin For APISIX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages