Shall we expose configurable key in KeychainPersistence on OSX?
mattmshell opened this issue · 1 comments
mattmshell commented
rayluo commented
The build_encrypted_persistence()
was meant to be a cross-platform helper so it contains no platform-specific parameters. Besides, the value "msal-extensions" was just a default value; it is customizable. You could copy build_encrypted_persistence()
's implementation and change the way it initializes KeychainPersistence
.