microsoft-authentication-library-for-go
microsoft-authentication-library-for-go copied to clipboard
[Feature Request] Upgrade go-jwt to 4.x for full Go module support
Is your feature request related to a problem? Please describe. MSAL currently depends on go-jwt 3.2.1, but this version is missing Go module support. This causes some issues when pulling MSAL dependencies into a project that uses modules.
Describe the solution you'd like Upgrade to go-jwt 4.x.
Describe alternatives you've considered N/A
Additional context go-jwt had some breaking changes, so upgrading might not be perfectly seamless.
done in #328