amtgard / ORK3

Version 3 of the Online Record Keeper
Other
23 stars 11 forks source link

remote authentication #120

Closed mathus13 closed 6 years ago

mathus13 commented 7 years ago

Is there any capability of / documentation for authentication against ork3? I am writing some functionality for goldenvale and would like to authenticate users against the ork and be able to pull back the user profile (email, player name, persona name).

esdraelon commented 7 years ago

Authentication is exposed via the JSON endpoints; the token can be used in subsequent calls for fetching user data, I believe.

On Tue, Jun 13, 2017 at 9:12 PM, Shawn Barratt notifications@github.com wrote:

Is there any capability of / documentation for authentication against ork3? I am writing some functionality for goldenvale and would like to authenticate users against the ork and be able to pull back the user profile (email, player name, persona name).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/amtgard/ORK3/issues/120, or mute the thread https://github.com/notifications/unsubscribe-auth/AHh_D22mtH2b5gPJVQRvBzkCcyXMfkOXks5sD0GcgaJpZM4N5TKm .

esdraelon commented 6 years ago

https://github.com/amtgard/Ork3JsonRpc in C#

https://github.com/amtgard/orkmobile/blob/master/js/ork.js in the Ork.login() function