Search:

Type: Posts; User: bms; Keyword(s):

Search: Search took 0.02 seconds.

  1. Hi, I need some event or filter where I can...

    Hi, I need some event or filter where I can update expiration date of my token.
    I can update my token in every action of the controller, but I want to update it in one place. It is possible?
  2. What is the best way to update my custom token?

    Hi,

    I manually authenticate user and create token for my services


    ...
    Authentication authentication = new UsernamePasswordAuthenticationToken(principal, null, grantedPermissions);
    ...
Results 1 to 2 of 2