authvault 0.1.0

Authentication and authorization vault with multi-provider support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[default.extend-words]
# Add project-specific words that typos should not flag
agileplus = "agileplus"
RTO = "RTO"
unparseable = "unparseable"

[files]
extend-exclude = [
    "*.lock",
    "target/",
    "*.pyc",
    "__pycache__/",
    "python/src/gen/",
    "rust/src/gen/",
    "pheno-cli/go.mod",
    "templates/static/*.min.js",
]