简体   繁体   中英

Is there a concurrent sessions limit per user in AWS Cognito?

A user can simultaneously have multiple sessions open using the same login credentials when authenticating via AWS Cognito.

Is there any limit on how many sessions a single user can have open at the same time?

No, by their very nature the JWTs provided by cognito are stateless and are not a replacement for sessions. If you want to limit the number active tokens you'll have to build it into your authorization check.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM