Skip to content

Commit

Permalink
chore(release): v0.5.4
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt committed Jan 22, 2025
1 parent db62b40 commit b686f67
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file.

## v0.5.4

### 🎨 Styling

- Clean up Cargo.toml, chore(deps): upgrade url to 2.5.4

### ⚙️ Miscellaneous Tasks

- **(deny)** Upgrade cargo-deny to v2 action
- **(deny)** New template
- **(ci)** Add audit, outdated and verify-project checks
- **(audit)** Add audit.toml file & downgrade lockfile to v3

## v0.5.3

### 🚜 Refactor
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
publish = false
name = "wasm-oidc-plugin"
version = "0.5.1"
version = "0.5.4"
authors = ["WWU Cloud Developer <[email protected]>, Anton Engelhardt <[email protected]>"]
description = "A plugin for the Envoy-Proxy written in Rust. It is a HTTP Filter, that implements the OIDC Authorization Code Flow. Requests sent to the filter are checked for the presence of a valid session cookie. If the cookie is not present, the user is redirected to the authorization_endpoint to authenticate. After successful authentication, the user is redirected back to the original request with a code in the URL query. The plugin then exchanges the code for a token using the token_endpoint and stores the token in the session. If the cookie is present, the plugin validates the token and passes the request to the backend, if the token is valid (optional)."
license = "Apache-2.0"
Expand Down

0 comments on commit b686f67

Please sign in to comment.