views

Functions

index_view(request)[source]

The startup page of Tin

If the user is authenticated, redirects to the course index. Otherwise, the user has to log in

Parameters:

request – The request

login_view(request)[source]

Login to Tin.

If the user is authenticated, it will redirect to the course index.

Parameters:

request – The request

logout_view(request)[source]

Logout of Tin.

Note

This also resets the users access token.

Parameters:

request – The request