Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentication Token #1

Open
lpsandaruwan opened this issue Mar 18, 2018 · 1 comment
Open

Authentication Token #1

lpsandaruwan opened this issue Mar 18, 2018 · 1 comment
Labels
question Further information is requested

Comments

@lpsandaruwan
Copy link

Hi, How can we generate the auth token?

@raphaelDL
Copy link
Owner

raphaelDL commented Mar 20, 2018

Can you elaborate a little bit more on this?
We DO generate the token by filling JWT standard fields an then getting a serialized form.

public String generateToken(String subject, Object credentials, Collection<? extends GrantedAuthority> authorities) {

@raphaelDL raphaelDL added the question Further information is requested label Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants