如果有人正在寻找如何更改 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 库的其他选项。
希望这篇文章可以节省一些人的时间;)祝您在其他重要任务和改进上度过愉快的时光;)享受