2017-01-12 22:48:51 +00:00
|
|
|
name: angel_auth_oauth2
|
|
|
|
description: angel_auth strategy for OAuth2 login, i.e. Facebook.
|
2017-06-03 21:05:13 +00:00
|
|
|
version: 1.0.1
|
2017-01-12 22:48:51 +00:00
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
|
|
environment:
|
2017-06-03 20:43:36 +00:00
|
|
|
sdk: ">=1.19.0"
|
2017-01-12 22:48:51 +00:00
|
|
|
homepage: https://github.com/angel-dart/auth_oauth2.git
|
|
|
|
dependencies:
|
2017-06-03 20:43:36 +00:00
|
|
|
angel_auth: ^1.0.0-dev
|
|
|
|
angel_validate: ^1.0.0-beta
|
|
|
|
oauth2: ^1.0.0
|
2017-01-12 22:48:51 +00:00
|
|
|
dev_dependencies:
|
2017-06-03 20:43:36 +00:00
|
|
|
angel_diagnostics: ^1.0.0-dev
|
|
|
|
dependency_overrides:
|
|
|
|
oauth2:
|
|
|
|
git: https://github.com/thosakwe/oauth2.git
|