platform/packages/auth/pubspec.yaml

28 lines
701 B
YAML
Raw Normal View History

2021-05-14 11:09:48 +00:00
name: angel3_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-06-07 00:50:39 +00:00
version: 4.0.4
2021-06-01 01:04:15 +00:00
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/auth
2021-06-10 08:47:05 +00:00
#publish_to: none
2017-01-13 15:50:38 +00:00
environment:
2021-03-20 23:51:20 +00:00
sdk: '>=2.12.0 <3.0.0'
2016-05-03 04:13:19 +00:00
dependencies:
2021-05-30 01:00:16 +00:00
angel3_framework: ^4.0.0
2021-03-20 08:11:18 +00:00
charcode: ^1.2.0
collection: ^1.15.0
2021-03-06 14:47:56 +00:00
crypto: ^3.0.0
http_parser: ^4.0.0
2021-03-20 08:11:18 +00:00
meta: ^1.3.0
2021-03-20 23:51:20 +00:00
quiver: ^3.0.0
2016-05-03 04:13:19 +00:00
dev_dependencies:
2021-05-29 01:48:33 +00:00
angel3_container: ^3.0.0
2021-03-20 08:11:18 +00:00
http: ^0.13.1
2021-03-06 14:47:56 +00:00
io: ^1.0.0
logging: ^1.0.0
2021-03-20 08:11:18 +00:00
pedantic: ^1.11.0
2021-06-07 00:50:39 +00:00
test: ^1.17.4
#dependency_overrides:
# angel3_framework:
# path: ../framework
# angel3_container:
# path: ../container/angel_container