Curious about the future of data-driven systems? Join our Data Engineering roundtable and learn how to build scalable data platforms.
Data Engineering: The industry has come a long way from organizing unstructured data to adopting today's modern data pipelines. See how.
Stats
| Reputation: | 319 |
| Pageviews: | 541.1K |
| Articles: | 5 |
| Comments: | 3 |
Comments
Jan 03, 2019 · Adam Zaręba
Purpose of UniqueAuthenticationKeyGenerator was to enhance example - this class provides unique token after each successful authentication try, so it means that it is possible to have still valid multiple tokens for one user.
Nov 15, 2018 · Adam Zaręba
Hi Adam,
I prepared source codes for next blog post here: https://github.com/adamzareba/company-structure-spring-security-oauth2-roles
Hope it will help.
Mar 19, 2018 · Adam Zaręba
Hi,
Thanks for your feedback. It seems you have issue with annotations processing in eclipse. You have to turn on annotation processing like described in following article (section eclipse):
https://docs.jboss.org/hibernate/orm/5.0/topical/html/metamodelgen/MetamodelGenerator.html
Please, remember to install lombok plugin later on to process Lombok annotations.
After that, restart your IDE and rebuild the project.
Thanks,
Adam