Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more name validators #154

Open
1 of 4 tasks
KwikKill opened this issue May 3, 2024 · 2 comments
Open
1 of 4 tasks

Add more name validators #154

KwikKill opened this issue May 3, 2024 · 2 comments
Labels
enhancement New feature or request priority:low Low Priority

Comments

@KwikKill
Copy link
Member

KwikKill commented May 3, 2024

Type of Issue

  • Bug
  • Feature Request
  • Documentation
  • Other

Description

We don't have every games of the XIX but we can start thinking for some of them (cs2) and maybe the board can leak them for us ^^

@KwikKill KwikKill added enhancement New feature or request priority:low Low Priority labels May 3, 2024
@KwikKill
Copy link
Member Author

KwikKill commented Aug 26, 2024

It's very likely we'll have TM again this year. Here's some documentation for the TM API to verify a player by name:

Issue a POST request to https://api.trackmania.com/api/access_token with the parameters: - grant_type: client_credentials - client_id: The client ID ("Identifier") you created in the manager. - client_secret: The client secret ("Secret") associated with your client ID. - scope: Space separated value of scopes. See [here](https://doc.trackmania.com/web/web-services/auth/#scopes) for more information.

The difficulty will be to handle token expire and token refreshment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:low Low Priority
Projects
None yet
Development

No branches or pull requests

1 participant