mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
feat: add support for Palworld (#495)
* Added Palworld * Tidy up * Improve variable wording for Epic auth
This commit is contained in:
parent
cbf66e127c
commit
96e2054a04
5 changed files with 81 additions and 5 deletions
13
protocols/palworld.js
Normal file
13
protocols/palworld.js
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import Epic from './epic.js'
|
||||
|
||||
export default class palworld extends Epic {
|
||||
constructor () {
|
||||
super()
|
||||
|
||||
// OAuth2 credentials extracted from Palworld files.
|
||||
this.clientId = 'xyza78916PZ5DF0fAahu4tnrKKyFpqRE'
|
||||
this.clientSecret = 'j0NapLEPm3R3EOrlQiM8cRLKq3Rt02ZVVwT0SkZstSg'
|
||||
this.deploymentId = '0a18471f93d448e2a1f60e47e03d3413'
|
||||
this.authByExternalToken = true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue