Skip to content

Bump CORE and Person security

Chris Lemaire requested to merge labracore-security-update into development

Security setup for Person was changed slightly on the CORE side to fit in better with existing methods. The current flow sees LabraDOOR communicating with CORE in two messages every time a user logs in. One to see if the user already exists in CORE, the other to either patch it or create it.

The version got bumped from version 1.0.0 --> 1.0.1 in this commit because of the bump in the CORE API used. After initial implementations, this commit introduces basic functionality for Editions, Groups, etc.

Merge request reports