Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Optional JWT authorisation middleware for API #11

Merged
merged 14 commits into from
Sep 23, 2024
Merged
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
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ docs/
.config.toml
Dockerfile
.gitignore
data
1 change: 1 addition & 0 deletions .github/workflows/PublishDockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
push:
branches:
- main
- jwt-auth
release:
types: [published]

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ sandbox/
/.config.toml

data
.env
Loading
Loading