harper-git-commit 2.8.0

The language checker for developers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
feat(stuff): use session-based authentiation

BREAKING CHANGE: JWT authentication removed. API clients mustt now use
session cookies instead of Authorization headers with bearer tokens.

Sessions expire after 24 hours of inactvity.

Closes: #247
Reviewed-by: John Doe <john@example.com>

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch main
# Changes to be committed:
#	modified:   myfile.txt
#