Updated oauth2 package

This commit is contained in:
thomashii 2021-05-30 07:57:48 +08:00
parent e122133764
commit 566598a384

View file

@ -2,20 +2,33 @@ name: angel_oauth2
author: Tobe O <thosakwe@gmail.com> author: Tobe O <thosakwe@gmail.com>
description: A class containing handlers that can be used within Angel to build a spec-compliant OAuth 2.0 server. description: A class containing handlers that can be used within Angel to build a spec-compliant OAuth 2.0 server.
homepage: https://github.com/angel-dart/oauth2.git homepage: https://github.com/angel-dart/oauth2.git
version: 2.3.0 version: 3.0.0
publish_to: none
environment: environment:
sdk: ">=2.10.0 <2.12.0" sdk: ">=2.10.0 <3.0.0"
dependencies: dependencies:
angel_framework: #^2.0.0-rc.0 angel_framework: #^2.0.0-rc.0
path: ../framework git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/framework
angel_http_exception: #^1.0.0 angel_http_exception: #^1.0.0
path: ../http_exception git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/http_exception
crypto: ^2.0.0 crypto: ^2.0.0
dev_dependencies: dev_dependencies:
angel_validate: #^2.0.0-alpha angel_validate: #^2.0.0-alpha
path: ../validate git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/validate
angel_test: #^2.0.0-alpha angel_test: #^2.0.0-alpha
path: ../test git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/test
logging: logging:
oauth2: ^1.0.0 oauth2: ^1.0.0
pedantic: ^1.0.0 pedantic: ^1.0.0