Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"+7": "0.0.0",
"workflows-cli": "0.1.1",
"+8": "0.0.0",
"backend/auth-daemon": "0.1.0"
"backend/auth-daemon": "0.1.1"
}
16 changes: 16 additions & 0 deletions backend/auth-daemon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.1.1](https://github.com/DiamondLightSource/workflows/compare/auth-daemon@v0.1.0...auth-daemon@v0.1.1) (2026-05-01)


### Features

* **backend:** auth-core scaffolding ([0328460](https://github.com/DiamondLightSource/workflows/commit/03284609a11b628aea2b9e47380b906df055058c))
* proof-of-concept authentication in workflows with authorization code flow with pkce method ([32b9566](https://github.com/DiamondLightSource/workflows/commit/32b95668825f357beeb9031f6446a2685a684f70))


### Bug Fixes

* **backend:** modify auth-daemon to use auth-core logic ([c90b309](https://github.com/DiamondLightSource/workflows/commit/c90b3092c0ec3f1aac073f00565d1489cb23d288))
* **backend:** remove duplicates in toml files ([1386df6](https://github.com/DiamondLightSource/workflows/commit/1386df69ad8bf62854e7a8bab30f03fa0e87024c))
* **backend:** removed duplicate code ([581a1ca](https://github.com/DiamondLightSource/workflows/commit/581a1cacdb8555251680792dfe2cbe04107c1e02))
* **backend:** updated backend dependencies ([e124b23](https://github.com/DiamondLightSource/workflows/commit/e124b23ef1fe9322dce880d8efa3d9bb3b212437))

## 0.1.0 (2025-09-25)


Expand Down
2 changes: 1 addition & 1 deletion backend/auth-daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "auth-daemon"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
license-file = "../../LICENSE"

Expand Down
Loading