15 lines
No EOL
270 B
Dart
15 lines
No EOL
270 B
Dart
part of angel_auth;
|
|
|
|
class JwtAuthStrategy extends AuthStrategy {
|
|
|
|
@override
|
|
Future authenticate(RequestContext req, ResponseContext res,
|
|
[AngelAuthOptions options]) {
|
|
|
|
}
|
|
|
|
@override
|
|
Future<bool> canLogout(RequestContext req, ResponseContext res) {
|
|
|
|
}
|
|
} |