Updated auth
This commit is contained in:
parent
72029bd6e7
commit
3f42d1ff5f
1 changed files with 3 additions and 4 deletions
|
@ -1,13 +1,12 @@
|
|||
name: angel3_auth
|
||||
description: A complete authentication plugin for Angel. Includes support for stateless JWT tokens, Basic Auth, and more.
|
||||
version: 4.0.2
|
||||
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/auth
|
||||
publish_to: none
|
||||
#publish_to: none
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
dependencies:
|
||||
angel3_framework: #^4.0.0
|
||||
path: ../framework
|
||||
angel3_framework: ^4.0.0
|
||||
# path: ../framework
|
||||
charcode: ^1.2.0
|
||||
collection: ^1.15.0
|
||||
crypto: ^3.0.0
|
||||
|
|
Loading…
Reference in a new issue