16

如果有人正在寻找如何更改 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 库的其他选项。

希望这篇文章可以节省一些人的时间;)祝您在其他重要任务和改进上度过愉快的时光;)享受

4

2 回答 2

4

在官方文档中: https ://github.com/FriendsOfSymfony/FOSOAuthServerBundle/blob/master/Resources/doc/configuration_reference.md

于 2013-11-20T12:03:39.493 回答
0

请手动配置access_token_lifetime后运行php app/console cache:clear --env=prodphp app/console cache:clear --env=dev根据您的环境生效!

于 2021-01-18T08:13:13.793 回答