An open API service indexing awesome lists of open source software.

https://github.com/faisaltheparttimecoder/go-echo-azure-boilerplate

Boilerplate of how to use go with echo framework and authentication with azure
https://github.com/faisaltheparttimecoder/go-echo-azure-boilerplate

authentication azure boilerplate boilerplate-template echo go

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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