You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initialisation code has been removed from the ADAuth constructor.
If using the constructor, .initialise(), which returns a promise, must be called afterwards. Alternatively, you can use await ADAuth.create(options).
Added
Automated testing, both unit and integration tests.
Changed
Project migrated to typescript.
Package manager switched to yarn.
Removed
Admin client removed, as it is not used in the AD authentication flow. All operations against the server are performed using the user client.
Fixed
Errors from the server are now properly passed to the client.