Ore
Ore copied to clipboard
API Responses Differ
Describe the bug
API response permissions are not being created properly.
To Reproduce
- Create an auth instance with an API key
- Take the session ID and send a request to the URL in the description above (LuckPerms), check the permission response output.
It will look like this when using a session created via an auth key (the key has view_public_info checked)
{
"type": "project",
"permissions": []
}
When you use a session created without an auth key, it will look like this:
{
"type": "project",
"permissions": [
"view_public_info"
]
}
Expected behavior
Apikey sessions to have the view_public_info
when selected during creation.
Screenshots
Environment
- Windows 10
Additional context