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
- Host: GitHub
- URL: https://github.com/faisaltheparttimecoder/go-echo-azure-boilerplate
- Owner: faisaltheparttimecoder
- License: mit
- Created: 2020-08-19T14:55:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T15:55:09.000Z (almost 6 years ago)
- Last Synced: 2025-07-19T22:39:11.449Z (11 months ago)
- Topics: authentication, azure, boilerplate, boilerplate-template, echo, go
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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