netlify-cms-oauth-provider-go icon indicating copy to clipboard operation
netlify-cms-oauth-provider-go copied to clipboard

Netlify-CMS oauth client sending token in form as Netlify service itself, implementation in Go (golang)

Results 6 netlify-cms-oauth-provider-go issues
Sort by recently updated
recently updated
newest added

Thank you for taking the time to port node js version of netlify-cms-oauth-provider to go lang :-) When trying to integrate this with my [blog](https://kishaningithub.github.io/) i faced several huddles. Have...

I received the following message after a successful receive of access token from github. I guess its unable to send the access token back to the main site ``` Failed...

This utility loads env variables in `main()` block. In gothic library the `SESSION_SECRET` environment variable is read in `init` block. Because of this `SESSION_SECRET` environment is always not present from...

I can see that the server starts up in `http` where as the callback url is in `https`. In my setup the SSL is terminated by [caddy](https://github.com/mholt/caddy/) and gets reverse...

[Go Releaser](https://github.com/goreleaser) lets you do release management (generation of binaries, rpms, debs, brew taps, change logs etc) with a single yaml file. You can also put in [godownloader](https://github.com/goreleaser/godownloader) to generate...