yerenkow / nginx-oauth2-module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nginx-oauth2-module

State

Not working yet, keep in touch.

Description

This module brings you simple way to set up oauth2 authentication using pure nginx.

Config

These variables are mandatory to make module works.

    oauth2_authorization_endpoint; // required
    oauth2_response_type;          // required
    oauth2_client_id;              // required

Usage in real world, especially how to implement authorization

TBD

About

License:BSD 2-Clause "Simplified" License


Languages

Language:C 72.9%Language:Shell 20.0%Language:Nginx 7.1%