mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
FEATURE: addBeforeAuthCompleteCallback plugin API method (#23441)
This commit is contained in:

committed by
GitHub

parent
60bc4efda4
commit
576c76e4cb
@ -7,6 +7,14 @@ in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.11.0] - 2023-08-30
|
||||
|
||||
### Added
|
||||
|
||||
- Adds `addBeforeAuthCompleteCallback` which allows plugins and themes to add functions to be
|
||||
evaluated before the auth-complete logic is run. If any of these callbacks return false, the
|
||||
auth-complete logic will be aborted.
|
||||
|
||||
## [1.10.0] - 2023-08-25
|
||||
|
||||
### Added
|
||||
|
Reference in New Issue
Block a user