gws.ext.auth.provider.file

Provider for the file-based authorization

class gws.ext.auth.provider.file.Config(*args, **kwargs)[source]

File-based authorization provider

path = None

path to the users json file

class gws.ext.auth.provider.file.Object[source]
configure()[source]
authenticate(method: gws.types.IAuthMethod, login, password, **args)[source]
get_user(user_uid)[source]