🐜 Bug fixes & Tidy Ups
This release addresses a few bugs and cleans up the codebase a bit.
- Fixes an issue with service name comparison in the auth responseHandler (by @JorgenVatle): #452
- Code cleanup, bug fixes, and better windows dev support by @fratzinger : #451
- Removes a double
await
that snuck into the codebase (by @J3m5): #454 - Cleans up the
get
getter with an early return & more (by @J3m5): #455 - Makes it possible to configure the
responseIdentityField
andentityIdField
for the auth plugin: #453
Many thanks to @JorgenVatle, @fratzinger, and @J3m5, @hiob10hiob for the reported bugs and fixes.