From d58eb6e77f12e5d88c91566c9a109da03da932a1 Mon Sep 17 00:00:00 2001
From: Peter Bortas <bortas@gmail.com>
Date: Wed, 14 Oct 2015 21:55:26 +0200
Subject: [PATCH] CHANGES: Web.Auth and Web.Api

---
 CHANGES | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/CHANGES b/CHANGES
index b080fbacb0..f2b381063b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -587,6 +587,32 @@ o __builtin
   provide a suitable namespace for code written in Pike intended for
   being inherited from modules written in C (cf precompile).
 
+o Web.Auth
+
+  Support for federated authentication with OAuth (Web.Auth.OAuth and
+  Web.Auth.OAuth2). There are several ready to go modules for some big
+  OAuth authentication service providers:
+
+  + Web.Auth.Facebook
+  + Web.Auth.Github
+  + Web.Auth.Google
+  + Web.Auth.Instagram
+  + Web.Auth.Linkedin
+  + Web.Auth.Twitter
+
+o Web.Api
+
+  Modules and classes for communicating with various RESTful web
+  api's. Currently with ready to go modules for these services:
+
+  + Web.Api.Facebook
+  + Web.Api.Github
+  + Web.Api.Google.Analytics
+  + Web.Api.Google.Plus
+  + Web.Api.Instagram
+  + Web.Api.Linkedin
+  + Web.Api.Twitter
+
 
 Extensions and new functions
 ----------------------------
-- 
GitLab