From 45ff26c460f132c4447fef187b078aa55955383c Mon Sep 17 00:00:00 2001 From: Bevan Hunt Date: Thu, 15 Apr 2021 18:10:58 -0700 Subject: [PATCH] update readme --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 722dbdd..fd1be9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [14.1.2] - 2021-04-15 + +### Updated +- Updated README + ## [14.1.1] - 2021-04-14 ### Updated diff --git a/Cargo.lock b/Cargo.lock index 0e21c63..4fca7b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -543,7 +543,7 @@ dependencies = [ [[package]] name = "broker" -version = "14.1.1" +version = "14.1.2" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 30e221a..ada3792 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broker" -version = "14.1.1" +version = "14.1.2" authors = ["Bevan Hunt "] edition = "2018" license = "MIT" diff --git a/README.md b/README.md index f7e66b7..849c8eb 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Broker is a competitor to [Firebase](https://firebase.google.com/), [Parse Serve * Provides user authentication with JWTs or HTTP Basic * Issues JWTs for authentication (username) and authorization (scopes) for external services * Uses [biscuit](https://crates.io/crates/biscuit-auth) for user authorization scoping -* Verify endpoint for external services like [portal](https://crates.io/crates/portal) +* Verify endpoint for external services like [portal](https://crates.io/crates/portal) and [files](https://crates.io/crates/files) * Secure password storage with Argon2 encoding * Uses Global NTP servers and doesn't rely on your local server time for JWT expiry timing and Two Factor timing * Sync latest events on SSE client connection