gregwhitaker/springboot-apikey-example

API key generation

Opened this issue · 0 comments

Is there any way to create an API key like Dropbox, Twitter, Facebook, etc instead of using UUID?
ex: {prefix}.{hash_of_whole_api_key}
PS: This article explains the best practices for building secure API Keys.