initial commit
This commit is contained in:
commit
217621daac
21 changed files with 1401 additions and 0 deletions
24
pubspec.yaml
Normal file
24
pubspec.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue