faisaltheparttimecoder / go-echo-azure-boilerplate

Boilerplate of how to use go with echo framework and authentication with azure

Repository from Github https://github.comfaisaltheparttimecoder/go-echo-azure-boilerplateRepository from Github https://github.comfaisaltheparttimecoder/go-echo-azure-boilerplate

Introduction

  • A simple boilerplate that uses go with echo framework.
  • The app is authenticated by azure or microsoft or outlook.
  • After a successful authenticated by Azure, a JWT token is created which manages the rest of the authentication until it expires

How to use

To use the boilerplate, update the environment values on the "run.sh" file and execute the file

  /bin/sh run.sh

Navigate to http://localhost:8080 to access the web

About

Boilerplate of how to use go with echo framework and authentication with azure

License:MIT License


Languages

Language:Go 80.0%Language:HTML 15.3%Language:Shell 4.8%