Thomas Deniffel
Thomas Deniffel
I would love to use your library - it looks great. But the GPL Licence would poison our complete code base. Is there any chance that you change the license...
Licence
Under which license is your code published? I would suggest Apache 2. A license-file in the root of the project would be useful.
**Problem**: When processing the response from an OpenID-Provider, the string is not decoded using UTF-8. Therefore, no non-ascii characters like german "Umlaute" (like ä, ü, ö) are possible in the...
**Problem**: When processing the response from an OpenID-Provider, the string is not decoded using UTF-8. Therefore, no non-ascii characters like german "Umlaute" (like ä, ü, ö) are possible in the...
The header `X-Amz-Security-Token` was missing, when setting the `Minio(sessionToken: sessionToken)`, which was obtained using a JWT. This causes MinIo to reject the requests. This pull request checks if if the...