Pow renewal_token - How long is it valid?

To elaborate on @Schultzer’s answer.

The PowPersistentSession.Plug.Base documentation specifies the following:

:persistent_session_ttl - integer value in milliseconds for TTL of persistent session in the backend store. This defaults to 30 days in miliseconds.

See this post by @danschultzer for more information.