2021-05-30 00:46:13 +00:00
|
|
|
name: angel3_auth_oauth2
|
2023-05-27 01:33:53 +00:00
|
|
|
version: 8.0.0
|
2021-07-10 01:29:41 +00:00
|
|
|
description: Angel3 library for authenticating users with external identity providers via OAuth2.
|
|
|
|
homepage: https://angel3-framework.web.app/
|
2021-09-29 07:40:27 +00:00
|
|
|
repository: https://github.com/dukefirehawk/angel/tree/master/packages/auth_oauth2
|
2017-01-12 22:48:51 +00:00
|
|
|
environment:
|
2023-05-20 15:37:23 +00:00
|
|
|
sdk: '>=3.0.0 <4.0.0'
|
2017-01-12 22:48:51 +00:00
|
|
|
dependencies:
|
2023-05-27 01:33:53 +00:00
|
|
|
angel3_auth: ^8.0.0
|
|
|
|
angel3_framework: ^8.0.0
|
2021-03-13 00:05:59 +00:00
|
|
|
http_parser: ^4.0.0
|
|
|
|
oauth2: ^2.0.0
|
2018-09-12 03:24:39 +00:00
|
|
|
dev_dependencies:
|
2023-05-27 01:33:53 +00:00
|
|
|
logging: ^1.2.0
|
|
|
|
lints: ^2.1.0
|
|
|
|
dependency_overrides:
|
|
|
|
angel3_container:
|
|
|
|
path: ../container/angel_container
|
|
|
|
angel3_framework:
|
|
|
|
path: ../framework
|
|
|
|
angel3_http_exception:
|
|
|
|
path: ../http_exception
|
|
|
|
angel3_model:
|
|
|
|
path: ../model
|
|
|
|
angel3_route:
|
|
|
|
path: ../route
|
|
|
|
angel3_mock_request:
|
|
|
|
path: ../mock_request
|
|
|
|
angel3_auth:
|
|
|
|
path: ../auth
|