2016-05-03 04:13:19 +00:00
|
|
|
name: angel_auth
|
2018-09-12 00:51:30 +00:00
|
|
|
description: A complete authentication plugin for Angel. Includes support for stateless JWT tokens, Basic Auth, and more.
|
2021-03-07 13:22:28 +00:00
|
|
|
version: 3.0.0
|
2016-07-03 23:36:41 +00:00
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
2016-05-03 04:13:19 +00:00
|
|
|
homepage: https://github.com/angel-dart/angel_auth
|
2021-03-07 13:30:07 +00:00
|
|
|
publish_to: none
|
2017-01-13 15:50:38 +00:00
|
|
|
environment:
|
2021-03-06 14:47:56 +00:00
|
|
|
sdk: ">=2.10.0 <3.0.0"
|
2016-05-03 04:13:19 +00:00
|
|
|
dependencies:
|
2021-03-07 13:30:07 +00:00
|
|
|
angel_framework:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x
|
|
|
|
path: packages/framework
|
2019-01-04 15:47:01 +00:00
|
|
|
charcode: ^1.0.0
|
2019-01-05 23:55:12 +00:00
|
|
|
collection: ^1.0.0
|
2021-03-06 14:47:56 +00:00
|
|
|
crypto: ^3.0.0
|
|
|
|
http_parser: ^4.0.0
|
2019-01-04 15:47:01 +00:00
|
|
|
meta: ^1.0.0
|
|
|
|
quiver_hashcode: ^2.0.0
|
2016-05-03 04:13:19 +00:00
|
|
|
dev_dependencies:
|
2021-03-06 14:47:56 +00:00
|
|
|
http: ^0.13.0
|
|
|
|
io: ^1.0.0
|
|
|
|
logging: ^1.0.0
|
2019-01-04 15:47:01 +00:00
|
|
|
pedantic: ^1.0.0
|
2021-02-14 05:22:25 +00:00
|
|
|
test: ^1.15.7
|