v0.46.0
fatedier/frpv0.46.0Dec 18, 2022by fatedier
AI Summary
Adds OIDC scope configuration and introduces QUIC protocol support between client and server.
Key Highlights
- Added `oidc_scope` parameter for OIDC authentication
- Support for quic protocol between frpc and frps
- Upgrade oidc and oauth2 package for forward compatibility
New Features
- Add `oidc_scope` parameter to frpc when `authentication_method = oidc`
- Support quic protocol between frpc and frps
Full Release Notes
### New * Add `oidc_scope` parameter to frpc when `authentication_method = oidc`. * Support quic protocol between frpc and frps. ### Improve * Upgrade oidc and oauth2 package which is forward compatible.