Skip to content

Commit

Permalink
Release 1.0.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
frudisch authored Jan 16, 2022
1 parent a0e2c8d commit 871a742
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# CHANGELOG

## 1.0.0 (16.01.2022)

Features:

- add middleware for azure function to use generic functionality across multiple azure functions
- add [joi](https://github.com/sideway/joi) validation as integration for the middleware to validate incomming requests against a schema
- add JWT authorization as integration for the middleware to authorize requests against a passed JWT
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@senacor/azure-function-middleware",
"version": "0.0.1",
"version": "1.0.0",
"description": "Middleware for azure functions to handle authentication, authorization, error handling and logging",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 871a742

Please sign in to comment.