You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get a ticket from GetAuthSessionTicket for a separate project. My current idea is to use greenworks with greenworks.getAuthSessionTicket, but I can't because my server can't run Steam.
I noticed that this steam api call uses that very ticket, but I can't find how does it come into /steam-ticket route or how does it get retrieved in the first place anywhere in the screeps codebase.
Please help?
The text was updated successfully, but these errors were encountered:
This is something I've already done in my WIP client here : https://github.com/iKlem/iklem-screeps-client
The call is in app/scripts/serverList.js and you just need to get it from any screeps server.
But you'll need steam launched if you use greenworks.
I'm trying to get a ticket from GetAuthSessionTicket for a separate project. My current idea is to use greenworks with
greenworks.getAuthSessionTicket
, but I can't because my server can't run Steam.I noticed that this steam api call uses that very ticket, but I can't find how does it come into
/steam-ticket
route or how does it get retrieved in the first place anywhere in the screeps codebase.Please help?
The text was updated successfully, but these errors were encountered: