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

Commit 1d4b296

Browse files
Merge pull request #11 from open-AIMS/jwt-auth
Optional JWT authorisation middleware for API
2 parents 028f194 + 621ca63 commit 1d4b296

File tree

14 files changed

+266
-175
lines changed

14 files changed

+266
-175
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ docs/
66
.config.toml
77
Dockerfile
88
.gitignore
9+
data

.github/workflows/PublishDockerImage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
push:
1414
branches:
1515
- main
16+
- jwt-auth
1617
release:
1718
types: [published]
1819

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ sandbox/
2424
/.config.toml
2525

2626
data
27+
.env

0 commit comments

Comments
 (0)