Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/src/identity/token_verifier.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ library;
import 'dart:convert';

import 'package:http/http.dart' as http;
import 'package:jose/jose.dart';
import 'package:jose/jose.dart'
show JoseException, JsonWebKey, JsonWebKeyStore, JsonWebToken;

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

Expand Down
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ dependencies:
path: packages/googleapis_firestore
protobuf: ^6.0.0
http: ^1.6.0
jose: ^0.3.5
# Pin as this is an external dependency.
# TODO: Vendor in this package.
jose: 0.3.5
# Required for builder
build: ^4.0.4
source_gen: ^4.2.0
Expand Down
Loading