yang123vc / OAuth2-1

OAuth 2 C Client Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A client library to implement OAuth 2.0

Prerequisites:
libcurl
cmake

Building:
Create a new directory, then cd in and run cmake .. . This will generate build files for your platform. Then simply open the build
files with the build system of your choice.

About

OAuth 2 C Client Library


Languages

Language:C 97.4%Language:CMake 2.6%