Publish auth

This commit is contained in:
thomashii 2021-05-15 14:32:25 +08:00
parent 143e4841f8
commit 50088f4160
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,6 @@
# 4.0.1
* Updated README
# 4.0.0
* Migrated to support Dart SDK 2.12.x NNBD

View file

@ -1,6 +1,7 @@
# angel3_auth
[![version](https://img.shields.io/badge/pub-v2.12.4-brightgreen)](https://pub.dartlang.org/packages/angel3_auth)
[![version](https://img.shields.io/badge/pub-v4.0.1-brightgreen)](https://pub.dartlang.org/packages/angel3_auth)
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/auth/LICENSE)

View file

@ -1,6 +1,6 @@
name: angel3_auth
description: A complete authentication plugin for Angel. Includes support for stateless JWT tokens, Basic Auth, and more.
version: 4.0.0
version: 4.0.1
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/auth
environment:
sdk: '>=2.12.0 <3.0.0'