Thibaud Lepretre
Thibaud Lepretre
If spotify was removed for some _good_ reasons, we should remove spotify from https://noembed.com/ list
If released yes i will directly upgrade to latest.
@bobtiernay-okta I just created a new branch [`picocli-3.0.0`](https://github.com/kakawait/picocli-spring-boot-starter/tree/picocli-3.0.0) where I upgrade `picocli` dep to `3.0.0-beta-1` (latest version in _maven central_, I will upgrade to `beta-2` as soon as is will...
I already build `Jdbc` (database) token storage. I will add this first possibility then also add `Redis` one
@wldandan good point. By using `@EnableOauth2Sso` on `Zuul` (here _api-gateway_) you transform _api-gateway_ as token relay but not as resource server. So when fetching microservices using `Authorization` header _api-gateway_ will...
@wldandan does the solution works for you ?
Cool, I will keep issue open until I polish the code
Sorry I didn't find time to read your question. I will check your question and solution But thank you for the solution
@Tetragramato I really want to integrate to Spring boot 2 and Spring security 5, is top priority regarding other issues... But I really lake of time atm, I already started...
I have to take in mind how to keep `XRSF` security and how to handle it without session. I think we can simply store needed information inside `JWT` token but...