kakawait / uaa-behind-zuul-sample

Spring AuthorizationServer load balanced behind Zuul
322 stars 156 forks source link

Externalize token store #18

Open yaytul opened 7 years ago

yaytul commented 7 years ago

For better scalability please use an externalized token store. E.g. RedisTokenStore (Separately ticketed per issue #16)

kakawait commented 7 years ago

I already build Jdbc (database) token storage. I will add this first possibility then also add Redis one