2017-09-29 02:16:44 +00:00
|
|
|
name: angel_oauth2
|
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
2018-11-08 15:32:36 +00:00
|
|
|
description: A class containing handlers that can be used within Angel to build a spec-compliant OAuth 2.0 server.
|
2017-12-07 06:21:50 +00:00
|
|
|
homepage: https://github.com/angel-dart/oauth2.git
|
2021-05-29 23:57:48 +00:00
|
|
|
version: 3.0.0
|
|
|
|
publish_to: none
|
2017-09-29 02:16:44 +00:00
|
|
|
environment:
|
2021-05-29 23:57:48 +00:00
|
|
|
sdk: ">=2.10.0 <3.0.0"
|
2017-01-24 03:28:34 +00:00
|
|
|
dependencies:
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_framework: #^2.0.0-rc.0
|
2021-05-29 23:57:48 +00:00
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x
|
|
|
|
path: packages/framework
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_http_exception: #^1.0.0
|
2021-05-29 23:57:48 +00:00
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x
|
|
|
|
path: packages/http_exception
|
2018-12-15 08:39:42 +00:00
|
|
|
crypto: ^2.0.0
|
2017-01-24 03:28:34 +00:00
|
|
|
dev_dependencies:
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_validate: #^2.0.0-alpha
|
2021-05-29 23:57:48 +00:00
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x
|
|
|
|
path: packages/validate
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_test: #^2.0.0-alpha
|
2021-05-29 23:57:48 +00:00
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x
|
|
|
|
path: packages/test
|
2018-11-08 15:33:51 +00:00
|
|
|
logging:
|
2017-09-29 02:16:44 +00:00
|
|
|
oauth2: ^1.0.0
|
2019-05-02 07:28:38 +00:00
|
|
|
pedantic: ^1.0.0
|
2021-02-14 05:22:25 +00:00
|
|
|
test: ^1.15.7
|
2019-05-02 07:31:02 +00:00
|
|
|
uuid: ^2.0.0
|