Y
Hacker News
new
|
ask
|
show
|
jobs
by
0x1ceb00da
293 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.
1 comments
TrueDuality
292 days ago
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.
link