This is a lab for openid connect.
- Every directory in the root of this repository contains a lab.
- Every lab contains exercises.
- Inside the folder of every exercise you will find a README document with the instructions and a
begin
folder. This folder is a working application and represents the starting point for the exercise. There is also aend
folder which contains a working application with the solution of the exercise in case you get stuck.
Applications are configured using environment variables, in some exercises you will find a .env-sample
file. You will need to copy this file as .env
and fill the blanks.