gazelle_jwt 0.1.3 copy "gazelle_jwt: ^0.1.3" to clipboard
gazelle_jwt: ^0.1.3 copied to clipboard

Plugin for JSON Web Token (JWT) authentication in Gazelle, providing functionality to sign, verify, and handle JWT tokens during HTTP request processing.

2
likes
140/ 140
pub points
0%
popularity

We analyzed this package 3 days ago, and awarded it 140 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

71 out of 112 API elements (63.4 %) have documentation comments.

Some symbols that are missing documentation: gazelle_jwt, gazelle_jwt.Audience.Audience.one, gazelle_jwt.Audience.toJson, gazelle_jwt.ECDSAAlgorithm, gazelle_jwt.ECDSAAlgorithm.ECDSAAlgorithm.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:gazelle_jwt/gazelle_jwt.dart that imports:
  • package:gazelle_jwt/src/gazelle_jwt_base.dart that imports:
  • package:gazelle_jwt/src/gazelle_jwt_plugin.dart that imports:
  • package:gazelle_core/gazelle_core.dart that imports:
  • package:gazelle_core/src/gazelle_core_base.dart that imports:
  • package:gazelle_core/src/gazelle_router.dart that imports:
  • package:gazelle_core/src/gazelle_route.dart that imports:
  • package:gazelle_core/src/gazelle_message.dart that imports:
  • dart:io
OK
Pass static analysis
50 / 50trigger folding of the section

50/50 points: code has no errors, warnings, lints, or formatting issues

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
dart_jsonwebtoken ^2.13.0 2.14.0 2.14.0
gazelle_core ^0.1.7 0.1.9 0.2.0
Transitive dependencies
Package Constraint Compatible Latest
adaptive_number - 1.0.0 1.0.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
ed25519_edwards - 0.3.1 0.3.1
fixnum - 1.1.0 1.1.0
js - 0.7.1 0.7.1
pointycastle - 3.9.0 3.9.0
typed_data - 1.3.2 1.3.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.1.7` on gazelle_core does not support the stable version `0.2.0`, that was published 16 days ago.

When gazelle_core is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions gazelle_core to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

2
likes
140
pub points
0%
popularity

Publisher

verified publisherintales.it

Plugin for JSON Web Token (JWT) authentication in Gazelle, providing functionality to sign, verify, and handle JWT tokens during HTTP request processing.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

dart_jsonwebtoken, gazelle_core

More

Packages that depend on gazelle_jwt