2017-09-29 02:16:44 +00:00
|
|
|
name: angel_oauth2
|
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
|
|
description: angel_auth strategy for in-house OAuth2 login.
|
2017-12-07 06:21:50 +00:00
|
|
|
homepage: https://github.com/angel-dart/oauth2.git
|
|
|
|
version: 1.0.0
|
2017-09-29 02:16:44 +00:00
|
|
|
environment:
|
2018-07-09 15:38:29 +00:00
|
|
|
sdk: ">=1.8.0 <3.0.0"
|
2017-01-24 03:28:34 +00:00
|
|
|
dependencies:
|
2017-10-16 06:38:46 +00:00
|
|
|
angel_framework: ^1.0.0-dev
|
2018-07-09 15:38:29 +00:00
|
|
|
dart2_constant: ^1.0.0
|
2017-01-24 03:28:34 +00:00
|
|
|
dev_dependencies:
|
2017-09-29 02:16:44 +00:00
|
|
|
angel_test: ^1.1.0-alpha
|
|
|
|
oauth2: ^1.0.0
|
|
|
|
test: ^0.12.0
|