mirror of
https://github.com/jonasroussel/dart_jsonwebtoken.git
synced 2025-07-29 23:12:10 +08:00
v0.2.1
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import 'dart:convert';
|
||||
|
||||
import 'package:crypto/crypto.dart';
|
||||
import 'package:jsonwebtoken/jsonwebtoken.dart';
|
||||
import 'package:dart_jsonwebtoken/dart_jsonwebtoken.dart';
|
||||
|
||||
abstract class JWTAlgorithm {
|
||||
static const HS256 = HS256Algorithm();
|
||||
|
Reference in New Issue
Block a user