Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2795b1061f | ||
|
|
9230344eb5 |
@@ -34,7 +34,6 @@
|
||||
--space-lg: 1.5rem;
|
||||
--space-xl: 2.25rem;
|
||||
--space-xxl: 3.5rem;
|
||||
--layout-max-width: 1400px;
|
||||
--layout-padding: clamp(1.5rem, 3vw + 1rem, 3.25rem);
|
||||
--transition-base: 160ms ease;
|
||||
--focus-ring: 0 0 0 2px var(--color-accent);
|
||||
@@ -141,7 +140,6 @@ a:focus-visible {
|
||||
padding: var(--layout-padding);
|
||||
box-sizing: border-box;
|
||||
margin: 0 auto;
|
||||
width: min(100%, var(--layout-max-width));
|
||||
}
|
||||
|
||||
.view-root--wide {
|
||||
|
||||
@@ -6,6 +6,7 @@ build-backend = "hatchling.build"
|
||||
name = "paskia"
|
||||
dynamic = ["version"]
|
||||
description = "Passkey Auth made easy: all sites and APIs can be guarded even without any changes on the protected site."
|
||||
readme = "README.md"
|
||||
keywords = [ "forward_auth", "auth_request", "FastAPI" ]
|
||||
authors = [
|
||||
{name = "Leo Vasanko"},
|
||||
@@ -23,6 +24,10 @@ dependencies = [
|
||||
]
|
||||
requires-python = ">=3.10"
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://git.zi.fi/LeoVasanko/paskia"
|
||||
Repository = "https://github.com/LeoVasanko/paskia"
|
||||
|
||||
[tool.hatch.version]
|
||||
source = "vcs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user