screepers / screeps-typescript-starter

Starter kit for TypeScript-based Screeps AI codes.
https://screepers.gitbook.io/screeps-typescript-starter/
The Unlicense
441 stars 318 forks source link

Implement token-based auth system #80

Closed resir014 closed 6 years ago

resir014 commented 6 years ago

Screeps has recently introduced a token-based auth system, and the old authentication system will be deprecated by 01 February 2018. We should start look into implementing the new auth system and deprecate the old one.

This task will be on hold until https://github.com/Arcath/rollup-plugin-screeps/issues/2 is resolved and the new auth system is implemented in rollup-plugin-screeps.

Arcath commented 6 years ago

rollup-plugin-screeps should support tokens now.