Skip to content

Commit ac82ce3

Browse files
authored
chore: Pin package:jose (#36)
1 parent 52b018a commit ac82ce3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

lib/src/identity/token_verifier.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ library;
44
import 'dart:convert';
55

66
import 'package:http/http.dart' as http;
7-
import 'package:jose/jose.dart';
7+
import 'package:jose/jose.dart'
8+
show JoseException, JsonWebKey, JsonWebKeyStore, JsonWebToken;
89

910
import '../https/error.dart';
1011

pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ dependencies:
2727
path: packages/googleapis_firestore
2828
protobuf: ^6.0.0
2929
http: ^1.6.0
30-
jose: ^0.3.5
30+
# Pin as this is an external dependency.
31+
# TODO: Vendor in this package.
32+
jose: 0.3.5
3133
# Required for builder
3234
build: ^4.0.4
3335
source_gen: ^4.2.0

0 commit comments

Comments
 (0)