GithubHelp home page GithubHelp logo

justjavac / screeps-mod-auth Goto Github PK

View Code? Open in Web Editor NEW
8.0 3.0 0.0 345 KB

为 Screeps 私服 添加基于用户名和密码进行验证的功能

Home Page: https://screeps.devtips.cn

License: MIT License

JavaScript 91.25% HTML 8.75%
screeps

screeps-mod-auth's Introduction

@screepsmod/auth

本项目为 screeps 私服 https://screeps.devtips.cn 添加了使用用户名密码进行验证的功能。

安装

  1. 在服务器的 screeps 安装目录运行 npm install @screepsmod/auth

使用

通过 web 浏览器设置

  1. 打开 steam 客户端,登录到私服(此步骤用来初始化账号信息)
  2. 浏览器打开 http://screeps.devtips.cn:21025/authmod/password/
  3. 输入密码
  4. 点击 使用 Steam 登录
  5. 当 Steam 授权成功后,密码设置成功

使用 Server CLI

  1. 打开 screeps server CLI (在服务器上运行 npx screeps cli 或者通过 Steam Server UI)
  2. 执行 setPassword('Username', 'YourDesiredPassword')
  3. 现在你可以通过 API 来登录到服务器了

API

config.auth.authUser(username,password)

返回 Promise,运行结果为 user object 或者在失败的时候返回 false

使用 Github 登录

使用 GitHub 登录需要在 .screepsrc 文件中添加 github client id 和 client secret (也可以通过设置 GITHUB_CLIENT_IDGITHUB_CLIENT_SECRET 环境变量)

将回调链接(callback url)设置为 /api/auth/github/return。例如 http://screeps.devtips.cn:21025/api/auth/github/return

GitHub 的 client id 和 client secret 可以在 GitHub 设置页中看到 https://github.com/settings/developers

.screepsrc

[github]
clientId = <clientId>
clientSecret = <clientSecret>

鸣谢

本项目基于 [email protected] 做了修改和汉化。

screeps-mod-auth's People

Contributors

alinanova21 avatar iklem avatar justjavac avatar kamotswind avatar scitor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.