Skip to content

Releases: ucphhpc/jhub-authenticators

0.2.2

12 Apr 15:44
Compare
Choose a tag to compare

RegexUsernameParser update

  • add replace_extract_chars parameter which allows post processing the extract via the username_extract_regex regex to replace special characters.

0.2.1

08 Apr 14:58
Compare
Choose a tag to compare

Minor update.

  • Add package description for pypi to display.

0.2.0

08 Apr 10:04
Compare
Choose a tag to compare

New HeaderAuthenticator class that is designed to replace RemoteUserAuthenticator and DataRemoteUserAuthenticator

In addition, the HeaderAuthenticator introduces the following features

  • Customisable header definitions for authentication
  • Set auth_state data via custom data headers during authentication
  • Allow custom parsers of both the authentication and data headers
  • Allow auth_state data headers with spawner environment during pre_spawn_hook
  • Introduce /user-data URL which allows JSON posts after authentication to provide additional user data.