initial commit

This commit is contained in:
Henry Hiles 2025-06-18 10:32:03 -04:00
commit 217621daac
No known key found for this signature in database
21 changed files with 1401 additions and 0 deletions

24
pubspec.yaml Normal file
View file

@ -0,0 +1,24 @@
name: matrixgate
description: A minimal OpenID Connect provider backed by Matrix OpenID tokens.
version: 1.0.0
publish_to: none
environment:
sdk: ^3.8.0
dependencies:
http: ^1.4.0
shelf: ^1.4.0
riverpod: ^2.4.0
dart_jsonwebtoken: ^3.2.0
freezed_annotation: ^3.0.0
json_annotation: ^4.9.0
shelf_router: ^1.1.4
args: ^2.7.0
fast_immutable_collections: ^11.0.4
dev_dependencies:
build_runner: ^2.4.6
freezed: ^3.0.6
json_serializable: ^6.7.1
lints: ^6.0.0