[/login/<username>/<password>] Give an API key upon succesfull login #1
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	
	No description provided.
		
		Delete Branch "%!s()"
	 
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
rather than doing this we should just have each player get a generated link