keratin / authn-go

Go client library for Keratin AuthN
https://github.com/keratin/authn-server
GNU Lesser General Public License v3.0
32 stars 10 forks source link

License clarification #32

Closed CetinSert closed 1 month ago

CetinSert commented 1 month ago

If a microservice imports github.com/keratin/authn-go/authn and uses it without modifications, what is your intent with LGPL with regards to the importing microservice?

cainlevy commented 1 month ago

@CetinSert My understanding is that LGPL allows this library to be used without requiring the program importing it to publish its own source code. Does that answer your question?

CetinSert commented 1 month ago

Thank you for your reply! It does answer my question.