Highlight
Refactor functions for getting user-impersonation token and allow using your own token (useful for service principal applications++)
Requires python 3.9 or higher.
What's Changed
* refact: get_engine can now also reset engine by asmfstatoil in https://github.com/equinor/pdm-tools/pull/43
* refact: pass token as str not dict to function, rename global variable by asmfstatoil in https://github.com/equinor/pdm-tools/pull/44
* fix: reraise exceptions correctly by asmfstatoil in https://github.com/equinor/pdm-tools/pull/45
* feat: use msal_bearer package for authentication by asmfstatoil in https://github.com/equinor/pdm-tools/pull/47
**Full Changelog**: https://github.com/equinor/pdm-tools/compare/v2.3.2...v2.4.0