[/login/<username>/<password>] Give an API key upon succesfull login #1

Open
opened 2018-10-09 00:07:09 +02:00 by Dandellion · 1 comment
Dandellion commented 2018-10-09 00:07:09 +02:00 (Migrated from git.dodsorf.as)

When a user logs into the endpoint an API key is sent back as a json object.

This key should be stored by the client and used in any future "personal" requests. it is 64 bits long and never expires. But must be deleted through /account/delete_all or /account/delete/<key_id>

The key should be stored hashed in the keys table.

When a user logs into the endpoint an API key is sent back as a json object. This key should be stored by the client and used in any future "personal" requests. it is 64 bits long and never expires. But must be deleted through /account/delete_all or /account/delete/<key_id> The key should be stored hashed in the keys table.
Dandellion commented 2018-10-09 23:08:07 +02:00 (Migrated from git.dodsorf.as)

rather than doing this we should just have each player get a generated link

rather than doing this we should just have each player get a generated link
Sign in to join this conversation.
No Label
Doing
Feature
To Do
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Dandellion/Neo-Poseidon#1
No description provided.