▲ | 0x1ceb00da 3 days ago | |
So a refresh token on its own isn't more secure than a simple api key. You need a lot of plumbing and abuse detection analytics around it as well. | ||
▲ | TrueDuality 3 days ago | parent [-] | |
Almost every one of those benefits _doesn't_ require anything else. You need one more API endpoint to exchange refresh tokens for bearer token (over a simple static API key) and you get those benefits. |