alflokken / PSAuthClient

PowerShell OAuth2.0/OpenID Connect (OIDC) Client.
MIT License
56 stars 8 forks source link

Would you consider releasing PSAuthClient under the MIT license? #1

Closed mvarblow closed 5 months ago

mvarblow commented 5 months ago

Hi. Thanks for developing this library and posting it on the PowerShell Gallery! I've found it very useful for automating some workflows with calls to APIs that are part of our commercial software application. Our APIs are authenticated against an OAuth 2.0 identity provider.

I had already scripted the certificate auth flow and was considering how to implement the interactive flow when I ran across PSAuthClient on the PowerShell Gallery. PSAuthClient worked perfectly for me, handling both flows with no problems. Thank you for that.

I'd like to be able to share these automation scripts with our clients, but I'm concerned that the GPL license for PSAuthClient may not allow it. Would you consider releasing PSAuthClient under the MIT license?

alflokken commented 5 months ago

Hi, Glad to hear you've found it useful. I've updated the license to MIT on GitHub. No new release just yet, but you're free to use the source code under MIT now. =)

mvarblow commented 5 months ago

Thanks!