Add Satisfactory using epic protocol

This commit is contained in:
Guilherme Werner 2024-01-28 15:40:49 -03:00
parent 0bf6645921
commit 5f53d69454
3 changed files with 23 additions and 1 deletions

13
protocols/satisfactory.js Normal file
View file

@ -0,0 +1,13 @@
import Epic from './epic.js'
export default class satisfactory extends Epic {
constructor () {
super()
// OAuth2 credentials extracted from Satisfactory files.
this.clientId = '02612880aa774fb28e3741d3e01501fd'
this.clientSecret = '7ZP]vm+i.uoetw@RxqRXpod_RNyjPC-%GM#ac~Pc'
this.deploymentId = '5aebeb30a7614270b4f40c0bc2fe7549'
this.authByExternalToken = true
}
}