zekroTJA / shinpuru

シンプル - Discord Bot with role selection, moderation, karma ranking, a starboard, code execution, raid alerting, backups, a web interface, twitch notifications and more!
https://shnp.de
MIT License
190 stars 37 forks source link

Multiple accesstoken requests on concurrent requests #361

Closed zekroTJA closed 2 years ago

zekroTJA commented 2 years ago

Type

Functional Issue

Instance

Main Stable (shinpuru#4878 / shnp.de)

Description

When accessing a page and multiple requests start concurrently, each one of these will fail with 401 - which is desired - but also each one of these will request an access token - which is not desired.

Steps to reproduce

  1. Log in to the web interface
  2. Go to guilds
  3. Reload page

Attachments

image