Spring OAuth 2.0 Resource Server with Access Token and Imgur apis to upload, delete and get user images.
- Java 17
- local kafka setup
- In this application we are using Imgur APIs to upload and delete the images.
- Required one Imgur client id that need to update in application.properties -> imgur.clientId
- For more information about imgur apis use following link
- Please make sure while creating cient it should be Anonymouse usage without user authorization
run the spring boot application and use attached postman collection.