gws.plugin.auth_provider.file¶
Provider for the file-based authorization.
This provider works with a local JSON file, which is expected to contain a list of user “records” (dicts).
A record is required to contain fields login and password (hashed as per gws.lib.password.encode).
Other fields, if given, are converted to respective gws.User properties.
Source code: gws.plugin.auth_provider.file