You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If not, any bright ideas how to add support for it without breaking the current functionality? - I might be able to submit a PR for it after the summer.
I would assume there will be similar needs for message-level encryption arising soon elsewhere too.
The text was updated successfully, but these errors were encountered:
golang.org/x/oauth2 is the package that currently handles the OAuth2 requests (auth request, token request). This would likely be something to let the RemoteKeySet returned by the Provider encrypt data, then the user would be able sub out their own auth and token requests instead of having golang.org/x/oauth2 do it.
What other providers do this? Any idea what attack it's attempting to prevent?
Hello, I was wondering if there is a nifty way to inject message-level encryption? I am using (and loving) this library for several projects and am now facing implementing this: https://developer.signicat.com/documentation/finnish-trust-network/full-message-level-encryption-for-ftn/
If not, any bright ideas how to add support for it without breaking the current functionality? - I might be able to submit a PR for it after the summer.
I would assume there will be similar needs for message-level encryption arising soon elsewhere too.
The text was updated successfully, but these errors were encountered: