Comment 1 for bug 1887196

Revision history for this message
Jeff Davis (jdavis-sitka) wrote :

Working branch user/jeffdavis/lp1887196-remoteauth-patronapi adds a PatronAPI-compatible RemoteAuth endpoint. There are two relevant commits. The first commit adds a method to RemoteAuth to retrieve patron information (this does not require the patron to authenticate first, so it should be used with caution):

https://git.evergreen-ils.org/?p=working/Evergreen.git;a=commitdiff;h=c9ce4d67

The second commit adds the actual endpoint:

https://git.evergreen-ils.org/?p=working/Evergreen.git;a=commitdiff;h=52f4edbb

Note that this branch depends on the RemoteAuth TT2 support added in bug 1850992.