6.1.1.2.1.4. linotp.controllers.auth module

auth controller - to do authentication tests

class linotp.controllers.auth.AuthController(*args, **kw)[source]

Bases: linotp.lib.base.BaseController

index()[source]

This is the method for testing authentication

Call it directly in your browser like this
http(s)://server/auth/index
index3()[source]

This is the method for testing authentication

Call it directly in your browser like this
http(s)://server/auth/index3
ocra()[source]

This is the method for testing ocra tokens

Call it directly in your browser like this
http(s)://server/auth/ocra
ocra2()[source]

This is the method for testing ocra2 tokens

Call it directly in your browser like this
http(s)://server/auth/ocra2