What is OpenID Connect OpenID Connect is an identity protocol built on top of the OAuth 2.0 framework. The distinction between OpenID Connect and OAuth 2.0 lies in their respective … Continue reading “Implement OpenID Connect in Golang”
Tagged As:
golang
Utilize NGINX for hosting a Golang API with HTTPS
NGINX is an open-source web server used for reverse proxying, load balancing, and caching. In addition to serving HTTP and HTTPS, it can also function as a proxy server for … Continue reading “Utilize NGINX for hosting a Golang API with HTTPS”