Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Commit

Permalink
Changed token lifespan from 12 hours to 1 week
Browse files Browse the repository at this point in the history
  • Loading branch information
habuma committed Sep 27, 2012
1 parent 8d26e80 commit c865a84
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -61,6 +61,7 @@
<property name="tokenStore" ref="tokenStore" />
<property name="supportRefreshToken" value="true" />
<property name="clientDetailsService" ref="clientDetails"/>
<property name="accessTokenValiditySeconds" value="604800" /> <!-- 1 week -->
</bean>

</beans>

0 comments on commit c865a84

Please sign in to comment.