OpenSecEd / auth

A learning module on Authentication
1 stars 1 forks source link
authentication lecture

Module: Authentication (auth)

This is a learning module on Authentication. Traditionally authentication is introduced through password-based authentication. However, there are many alternatives available. This learning module intends to provide students with a wide understanding of the possibilities for authentication, e.g. using attributes or anonymous credentials.

The module is part of the Open Security Education project and the maintainer is Daniel Bosk. The latest release can be found under releases. You can safely link directly to the PDFs found there.

Progression

The suggested progression of the contents is as follows:

File Structure and Building

To build the PDFs, after cloning the repository you must clone its required submodules:

$ git submodule update --recursive --init

Then you can go into the desired directory and run make. If you issue make all in the root directory, you will recurse into each directory and compile.

In each directory the files are structured as follows:

To contribute, please fork the repository, make your changes, commit them and then create a pull request in the original repository.