# Packages
Package authutil contains utilities to set up example authorization server using goidc.
Example fapi1 demonstrates the implementation of an Authorization Server that complies with the FAPI 1.0 specifications.
Example fapi2 demonstrates the implementation of an Authorization Server that complies with the FAPI 2.0 specifications.
Example fapiciba demonstrates the implementation of an Authorization Server that complies with the FAPI CIBA specification.
Example oidc demonstrates the implementation of an Authorization Server that complies with the OpenID Connect specifications.