2017-01-12 22:48:51 +00:00
|
|
|
name: angel_auth_oauth2
|
2018-09-12 14:17:28 +00:00
|
|
|
description: angel_auth strategy for OAuth2 login, i.e. Facebook, Github, etc.
|
2019-01-06 00:43:31 +00:00
|
|
|
version: 2.1.0
|
2017-01-12 22:48:51 +00:00
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
|
|
environment:
|
2021-02-14 05:22:25 +00:00
|
|
|
sdk: ">=2.10.0 <2.12.0"
|
2017-01-12 22:48:51 +00:00
|
|
|
homepage: https://github.com/angel-dart/auth_oauth2.git
|
|
|
|
dependencies:
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_auth: # ^2.0.0
|
|
|
|
path: ../auth
|
|
|
|
angel_framework: # ^2.0.0-alpha
|
|
|
|
path: ../framework
|
2018-09-12 03:24:39 +00:00
|
|
|
http_parser: ^3.0.0
|
|
|
|
oauth2: ^1.0.0
|
|
|
|
dev_dependencies:
|
2019-01-06 00:43:06 +00:00
|
|
|
logging: ^0.11.0
|
|
|
|
pedantic: ^1.0.0
|