Skip to content
Merged
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
6 changes: 6 additions & 0 deletions packages/dart_frog_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.2.2

- docs: update discord server link ([#1862](https://github.com/dart-frog-dev/dart_frog/pull/1862))
- refactor: standardize project-wide analysis options ([#1842](https://github.com/dart-frog-dev/dart_frog/pull/1842))
- chore: add `pubspec_overrides.yaml` ([#1824](https://github.com/dart-frog-dev/dart_frog/pull/1824))

# 1.2.1

- refactor: upgrade analysis options ([#1798](https://github.com/dart-frog-dev/dart_frog/pull/1798))
Expand Down
1 change: 1 addition & 0 deletions packages/dart_frog_auth/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2023 Very Good Ventures
Copyright (c) 2025 Dart Frog Dev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Binary file added packages/dart_frog_auth/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions packages/dart_frog_auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: dart_frog_auth
description: Header authentication based middlewares for Dart Frog. Built by Very Good Ventures.
version: 1.2.1
description: The official authentication library for Dart Frog — a fast, minimalistic backend framework for Dart.
version: 1.2.2
homepage: https://dart-frog.dev
repository: https://github.com/dart-frog-dev/dart_frog
issue_tracker: https://github.com/dart-frog-dev/dart_frog/issues
documentation: https://dart-frog.dev/getting-started
topics: [server, backend, dart-frog, authentication, middleware]

screenshots:
- description: "Dart Frog logo."
path: assets/logo.png

environment:
sdk: ">=3.0.0 <4.0.0"

Expand Down