Building and Securing a Go and Gin Web Application

Building and Securing a Go and Gin Web Application

How to build a simple REST API with Go and secure it with Okta

marcc

Very useful! Thanks for taking the time to write this entry.

Very nice article on go and vuejs.
In Vuejs, when requesting go APIs using Axios, I discovered a CORS error. I have added gin’s CORS middleware in go.
Is there any better solution for this error?