tsk-50: Create Special endpoint for services to obtain a token #53

Merged
phoenix merged 19 commits from tsk-50 into devel 2025-08-03 23:09:51 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 15f2364794 - Show all commits

2
Cargo.lock generated
View File

@@ -728,7 +728,7 @@ dependencies = [
[[package]] [[package]]
name = "icarus_auth" name = "icarus_auth"
version = "0.4.1" version = "0.4.2"
dependencies = [ dependencies = [
"argon2", "argon2",
"axum", "axum",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "icarus_auth" name = "icarus_auth"
version = "0.4.1" version = "0.4.2"
edition = "2024" edition = "2024"
rust-version = "1.88" rust-version = "1.88"