/userinfo rate limiting

the rate limiting on this endpoint applies only to the same Bearer token or to ALL requests? I believe it’s a bit very very low for my usage.

X-RateLimit-Limit: 20
X-RateLimit-Remaining: 15
X-RateLimit-Reset: 1544872101

1 Like

Hi @vict. The limits are per user. Applications would usually use the /userinfo endpoint once right after the user authenticates, so the limit shouldn’t get in the way.

I think I’m using that wrong then :slight_smile:

Do you have any recommendations on what would be the best practices to authenticate my users client side (browser) and then be able to access endpoints server side (api)

Hey there!

Sorry for such huge delay in response! We’re doing our best in providing you with best developer support experience out there, but sometimes our bandwidth is not enough comparing to the number of incoming questions.

Wanted to reach out to know if you still require further assistance?