forked from ndw/XQuery-OAuth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
23 lines (17 loc) · 834 Bytes
/
README
File metadata and controls
23 lines (17 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OAuth implementation written in XQuery. Targeting BaseX 7.4
# original readme
Hello,
This repository contains an OAuth implementation written in XQuery. It
relies on several MarkLogic extensions at the moment, so if you're not
running on MarkLogic server, you'll have to write a few bits.
Also, there's no native implementation of the HMAC-SHA1 signing algorithm
at the moment, so this script relies on a web service to compute that.
If you want to setup the web service yourself, my current implementation
is in perl, hmac-sha1.
Docs, etc. to follow. (In the fullness of time, like the next ice age,
probably. If you have questions, feel free to ask.)
P.S. There's definitely a bug or two at the moment, some requests
succeed others report invalid signature. I'll fix that as soon as I
can figure it out.
--norm
ndw@nwalsh.com