Files
pillar/pillar/api
Sybren A. Stüvel fd3e795824 Store IP-based org-given roles in the user document.
This is a two-stage approach that happens when a new token is verified
with Blender ID and stored in our local MongoDB:

  - Given the remote IP address of the HTTP request, compute and store the
    org roles in the token document.
  - Recompute the user's roles based on their own roles, regular org roles,
    and the roles stored in non-expired token documents.

This happens once per hour, since that's how long we store tokens in our
database.
2018-01-25 14:01:28 +01:00
..
2017-11-17 16:06:01 +01:00
2017-12-22 14:42:18 +01:00
2017-09-19 13:38:30 +02:00
2017-05-18 15:46:02 +02:00