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.
|
2018-12-09 16:29:15 +00:00
|
|
|
version: 2.0.3
|
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
|
2017-01-13 15:50:38 +00:00
|
|
|
environment:
|
2018-08-26 23:11:37 +00:00
|
|
|
sdk: ">=2.0.0-dev <3.0.0"
|
2016-05-03 04:13:19 +00:00
|
|
|
dependencies:
|
2018-08-26 23:11:37 +00:00
|
|
|
angel_framework: ^2.0.0-alpha
|
2017-01-13 15:50:38 +00:00
|
|
|
crypto: ^2.0.0
|
2018-09-11 22:14:33 +00:00
|
|
|
http_parser: ^3.0.0
|
2016-05-03 04:13:19 +00:00
|
|
|
dev_dependencies:
|
2017-01-13 15:50:38 +00:00
|
|
|
http: ^0.11.0
|
2018-07-10 23:31:50 +00:00
|
|
|
io: ^0.3.2
|
|
|
|
logging: ^0.11.0
|
2018-08-26 23:11:37 +00:00
|
|
|
test: ^1.0.0
|