Releases: percepthor/libauth
Releases · percepthor/libauth
Version 0.4.4
- Handle values from route custom data in single authentication
- Updated percepthor single authentication method interface
Version 0.4.3
- Fixed string compilation warning in permissions action create
- Added source field in custom management auth request
Version 0.4.2
- Small organization change in custom authentication sources
- Changed create permissions route method auth type value
- Multiple organization changes in percepthor headers
Version 0.4.1
- Refactored auth request create methods to include source
- Handling auth request source with custom service name
Version 0.4
- Added base percepthor auth token structure definition
- Added dedicated token structure inside percepthor auth
- Added methods to get percepthor auth token values
- Handling token values in custom authentication responses
- Added dedicated method to print percepthor auth token
- Handling token in percepthor single authentication
Version 0.3.1
- Added dedicated percepthor auth token type definition
- Added method to create default auth route instance
- Added dedicated auth token type request create method
- Refactored how requests integers values are handled
- Updated custom handler to use latest auth token type
Version 0.3
- Moved common definitions to dedicated header
- Added base auth route structure definition & methods
- Updated dedicated percepthor auth types definitions
- Added custom auth types requests create methods
- Added base dedicated permissions types definitions
- Replaced permissions organization with resource
- Added dedicated percepthor auth scope definitions
- Refactored custom authentication handlers methods
Version 0.2.1
- Added extra check sin auth service print method
Version 0.2
- Added base permissions definition & methods
- Refactored auth service structure to handle name
- Added ability to create different requests base on type
- Refactored percepthor auth & added more methods