documentation
documentation copied to clipboard
Outdated document for default token key provider
Brief description
Default token key provider mentioned here is probably renamed to defaultTokenKeyProvider along with its constructor NewDefaultTokenKeyProvider.
Your recommended content
Temporal provides an defaultTokenKeyProvider. This component dynamically obtains public keys that follow the JWKS format. Use defaultTokenKeyProvider with RSA requires only the RsaKey and Close methods.
provider := authorization.NewDefaultTokenKeyProvider(cfg, logger)
@foodatbar thanks for submitting. We'll investigate!
Hi @napcs, can i check if this issue is actually completed ?