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
|
2019-05-03 07:24:24 +00:00
|
|
|
version: 2.3.0
|
2017-09-29 02:16:44 +00:00
|
|
|
environment:
|
2021-02-14 05:22:25 +00:00
|
|
|
sdk: ">=2.10.0 <2.12.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
|
|
|
|
path: ../framework
|
|
|
|
angel_http_exception: #^1.0.0
|
|
|
|
path: ../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
|
|
|
|
path: ../validate
|
|
|
|
angel_test: #^2.0.0-alpha
|
|
|
|
path: ../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
|