forked from pelle/oauth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHistory.txt
More file actions
17 lines (10 loc) · 793 Bytes
/
Copy pathHistory.txt
File metadata and controls
17 lines (10 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
== 0.2.2 2008-2-22 Lets actually support SSL release
It didn't actually use https when required.
== 0.2 2008-1-19 All together now release
This is a big release, where we have merged the efforts of various parties into one common library. This means there are definitely some API changes you should be aware of. They should be minimal but please have a look at the unit tests.
== 0.1.2 2007-12-1
* 1 Fixed a problem where incoming request didn't check whether oauth parameters where missing. While not giving unauthorized access it did cause extra processing where not necessary.
* 2 Includes Pat's fix for getting the realm out.
== 0.1.1 2007-11-26
* 1 First release as a GEM
* Moved all non rails functions into this GEM from the Rails plugin http://code.google.com/p/oauth-plugin/