double authentication bug #42

Closed
opened 2016-11-08 19:37:24 +01:00 by nik · 2 comments
nik commented 2016-11-08 19:37:24 +01:00 (Migrated from edugit.org)

Created by: Kampfzwerg87

In Firefox for Android:
After my first authentication via the in game menu the browser pops out a formular for a second authentication.

*Created by: Kampfzwerg87* In Firefox for Android: After my first authentication via the in game menu the browser pops out a formular for a second authentication.
nik commented 2016-11-08 19:42:07 +01:00 (Migrated from edugit.org)

That's because we enforce authentication for everything below /api now and moved the image URL to /api/gameobject/<ID>/image_raw.

There are two solutions:

  • Enable more fine-grained ACLs server-side
  • Load images through jQuery, which has the credentials
That's because we enforce authentication for everything below `/api` now and moved the image URL to `/api/gameobject/<ID>/image_raw`. There are two solutions: - Enable more fine-grained ACLs server-side - Load images through jQuery, which has the credentials
nik commented 2016-11-23 21:55:11 +01:00 (Migrated from edugit.org)

Uh, we might need to revisit this at some point, because we might actually want to impose authentication on images…

Uh, we might need to revisit this at some point, because we might actually want to impose authentication on images…
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nik/veripeditus-server#42
No description provided.