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:
1.2
- Login Hook receives now a third argument
response
1.1
AddUserWithPermission
renamed toAddUserRolePermission
(AddUserWithPermission
exists but throws a deprecated warning)- New helper
UpdateUserAndPermissions
- Introducing Hooks (starting with the hook
login
)
1.0
Initial Release