Francis Sunday
Francis Sunday
@terryzwt ```go var DbClient *couchdb.Client func couchdbAuth(username, password, server string) error { u, err := url.Parse(sever) if err != nil { return err } if username != "" { DbClient,...
@johnsmith1212 sorry for the late response! Where does that error occur?
@johnsmith1212 confirm you have the following environment variables filed: ``` export AUTH0_API_CLIENT_SECRET="" export AUTH0_CLIENT_ID="" export AUTH0_DOMAIN="" export AUTH0_API_AUDIENCE="" ```
@johnsmith1212 I'll pull a fresh clone of the code, and run on my machine, will revert if there's something breaking
Hello @pwalters04! This might be due to changes with the Auth0 client. I'll check and update the article or post a notice on the README
@ryanrdunn Thanks for the great suggestion, will look at writing a part 2 of this
Thanks
@mykeels updates made in [#9751475ec](https://github.com/mykeels/20-questions/pull/22/commits/9751475ec243ee366bf1f9633173f06aaa2b5450)
@mykeels ⬆️