An Example use case for a custom tokenprovider in OAK2?
Hi,
I have the need to control the expiration time of login-token cookie in AEM 6.1 using oak2 as the repository.
Referring http://jackrabbit.apache.org/oak/docs/security/authentication/tokenmanagement.html I understand that it could possibly be done by a Custom token provider, so I am looking for an example of the same if any?
Thanks in advance.