projects
/
evergreen
/
tadl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50066e4
)
Rename user to uid in auth response
author
Jeff Godin
<jgodin@tadl.org>
Tue, 28 May 2013 20:29:15 +0000
(16:29 -0400)
committer
Jeff Godin
<jgodin@tadl.org>
Tue, 28 May 2013 20:29:15 +0000
(16:29 -0400)
Rename "user" to "uid" in auth response, attempt to avoid confusion
with input variable "user".
Signed-off-by: Jeff Godin <jgodin@tadl.org>
Open-ILS/src/perlmods/lib/OpenILS/LibraryREST.pm
patch
|
blob
|
history
diff --git
a/Open-ILS/src/perlmods/lib/OpenILS/LibraryREST.pm
b/Open-ILS/src/perlmods/lib/OpenILS/LibraryREST.pm
index
9d1d10e
..
acaba8a
100644
(file)
--- a/
Open-ILS/src/perlmods/lib/OpenILS/LibraryREST.pm
+++ b/
Open-ILS/src/perlmods/lib/OpenILS/LibraryREST.pm
@@
-63,7
+63,7
@@
sub get_auth {
);
return {
- u
ser
=> $session->id(),
+ u
id
=> $session->id(),
token => $response->{payload}->{authtoken},
};