Open vijayparmar1992 opened 3 months ago
this library primarily serves as a building block for the server side oauth2 implementations that our organization develops and supports; I don't think you'll get a lot of support outside of that
@zandbelt :So as of now this library is not recommended for openid connect client development due to ongoing development , right ? I found another one https://github.com/babelouest/iddawc , and I beleive I can use this iddwc library.
Due to lack of documentation, I want to verify that to implement openID client in C++ ,Do we have to use client.c? What all others files required to use to implement simple oidc client?