Add jgart to authors, mention old persona plugin in pluginwriter docs.

This commit is contained in:
Ben Sturmfels 2021-04-23 17:53:21 +10:00
parent ec74b6d032
commit 9e391cf500
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0
3 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,7 @@ Thank you!
* jerome
* Jessica Tallon
* Jesús Eduardo Estupiñan Medina
* Jgart
* Jiyda Mint Moussa
* Jim Campbell
* Joar Wandborg

View File

@ -5,6 +5,11 @@
This documents the hooks that are currently available for authentication
plugins. If you need new hooks for your plugin, go ahead a submit a patch.
For an example of how to write an authentication plugin, see the ``persona``
plugin in MediaGoblin up to v0.11.0. This plugin has since been removed as the
Mozilla Persona was decommissioned.
What hooks are available?
=========================

View File

@ -35,6 +35,7 @@ This chapter has important information about our current and previous releases.
- Document re-installation of plugins during upgrade [#5611] (Ben Sturmfels)
- Improve usability of report handling page (Rodrigo Martins)
- Removed unused `extlib/flask-wtf` code (Ben Sturmfels)
- Remove plugin for decommissioned Mozilla Persona (Jgart)
**Bug fixes:**