Default scopes omit offline_access (fixes #10)

This commit is contained in:
Maurus Decimus
2026-05-25 13:58:38 +02:00
parent 001a1f3a15
commit a7fda8bd6b
5 changed files with 26 additions and 11 deletions
+10
View File
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.5] - 2026-05-XX
### Added
### Changed
### Fixed
- Redirect to `/login` when there is no refresh token.
- Default scopes omit `offline_access`.
## [1.0.4] - 2026-05-11
### Added