January Tidbits

SMS Questions Answered

You've got SMS questions; We've got Answers!

question

Viresh V Pandit avatar image
Viresh V Pandit asked Phong Vu answered

Token generation limitation

We are able to generate Oauth access token from /restapi/oauth/token api.

We can see rate limit are applied.

Is there any limitation on number of access token generate by the Oauth server? If yes what is the number of access token it can generate?

oauth2
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Anirban Sen Chowdhary avatar image
Anirban Sen Chowdhary answered

There is no such limitation of token generation bu OAuth server.

There is only rate limit of applied to prevent unwanted attack on server.

x-rate-limit-limit →5 which means 5 OAuth Calls per min per extension .

There is no other limitation

1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Phong Vu avatar image
Phong Vu answered

There is a limit of active (valid) access tokens and it is 5 access tokens per user per app at the same time. This means that a user can logins to use the same app on 5 different computers. If he/she logins the same app on the 6th computer, one of the access token for the app on a computer he logged in earlier (most probably the first one) will be revoked.

1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.