Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

[BUG] Sorry your client is not allowed to use the grant type password #192

@edsson-madrigal

Description

@edsson-madrigal

code that is being used, this used to work fine few days ago

const Fortnite = require("fortnite-api");
let fortniteAPI = new Fortnite(
[
"{the user}",
"{the password}}",
"MzQ0NmNkNzI2OTRjNGE0NDg1ZDgxYjc3YWRiYjIxNDE6OTIwOWQ0YTVlMjVhNDU3ZmI5YjA3NDg5ZDMxM2I0MWE=",
"ZWM2ODRiOGM2ODdmNDc5ZmFkZWEzY2IyYWQ4M2Y1YzY6ZTFmMzFjMjExZjI4NDEzMTg2MjYyZDM3YTEzZmM4NGQ="
]
);

fortniteAPI.login().then(() => {
}).catch(err => {
console.log(err);
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions