ScreepsMods / screepsmod-auth

User/Password authentication for the screeps private server
MIT License
41 stars 12 forks source link

Support for creating authentication tokens rather than password #18

Open daboross opened 5 years ago

daboross commented 5 years ago

Filing this because I want it, not because I need it :p

It'd be nice to have a way to add a full-access permanent authentication token using this mod, to match the behavior of authentication tokens on the public server. Mostly so that I can avoid writing code which deals with both username/password auth (with rotating tokens?) and permanent tokens when writing tools to interact with servers.

F0x06 commented 4 years ago

Any updates on this ? API tokens are needed by the screeps-ide atom package, Thanks.