Simple OAuth 2.1 compliant server application written in C
- Draft OAuth 2.0 Authorization Endpoint (/authorize)
- Super basic OAuth 2.0 Dynamic Client Registration Endpoint (/register)
- PostgreSQL basic connection pooling
- Libmicrohttpd
- Jansson
- Uriparser
- Libpq (C library for PostgreSQL)
- OpenSSL
Configure the properties inside the file config.h
gcc *.c -lmicrohttpd -luriparser -lpq -ljansson -lssl -lcrypto