Skip to content

Commit 23fe23e

Browse files
author
Karl Wolffgang
committed
Add readme and changelog
1 parent 10e8f95 commit 23fe23e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
## [Unreleased]
5+
6+
## [0.0.1] - 2019-09-27
7+
### Added
8+
9+
- Init Version
10+
- Can auth user with username and password
11+
- Can allow access for superuser
12+
- Can allow access if acl check succes

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Mosquitto Go Auth Plugin for OAuth2
2+
3+
This is a custom backend for the [mosquitto go auth plugin](https://github.com/iegomez/mosquitto-go-auth) that can handle the authentification and authorization with a oauth2 server.
4+

0 commit comments

Comments
 (0)