Open vdbulcke opened 2 years ago
Add a IssuerBaseUrl string that can be used to specify the base url to reach the mockoidc server.
IssuerBaseUrl
Then if the IssuerBaseUrl != "" use it to generate the Urls, otherwise default to use m.Addr() for backward compatibility
IssuerBaseUrl != ""
m.Addr()
Fixes: #34
I would go in favor of #36
Add a
IssuerBaseUrl
string that can be used to specify the base url to reach the mockoidc server.Then if the
IssuerBaseUrl != ""
use it to generate the Urls, otherwise default to usem.Addr()
for backward compatibilityFixes: #34