Skip to content

CodeCoupler API Auth Update

Here some breaking and/or important changes:

1.3

  • Login Hook have to return one more property externalId

SQL-Schema changed! To upgrade use this command:

ALTER TABLE `users` ADD `externalId` VARCHAR(1024) NULL AFTER `userId`;

1.2

  • Login Hook receives now a third argument response

1.1

  • AddUserWithPermission renamed to AddUserRolePermission (AddUserWithPermission exists but throws a deprecated warning)
  • New helper UpdateUserAndPermissions
  • Introducing Hooks (starting with the hook login)

1.0

Initial Release