如果有人正在寻找如何更改FOSOAuthServerBundle的access_token生命周期(expires_in),那么这里是如何做到的:
fos_oauth_server:
service:
user_provider: fos_user.user_manager
options:
access_token_lifetime: 20 #will set token life time to 20 seconds
这样您也可以更改FOSOAuthServerBundle完全使用的OAuth2.0库的其他选项。
希望这篇文章能节省一些人的时间;) 享受其他重要任务和改进的美好时光;) 享受
答案 0 :(得分:3)
答案 1 :(得分:0)
请在配置access_token_lifetime手动后根据您的环境运行php app/console cache:clear --env=prod
或php app/console cache:clear --env=dev
以产生效果!