kakawait / uaa-behind-zuul-sample

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

Some questions. #28

Open jkjunior opened 7 years ago

jkjunior commented 7 years ago

Hi, first off, thaks for this wondrefull repo and your contribution.

I have some questions for you and i hope that you can help me.

a) How does Token expire? Did you configure as sign once or something like that?

b) You have 2 files like 'login.ftl' and 'authorize.ftl'. Do i need these 2? How can i configure for custom login like using Angular, React, etc. ?

c) How can I configure for a Token Store and User store?

d) About the user roles, do i need to handle this in code way?

Thanks to advance!