Skip to content
Commit da4127d2 authored by Robin McCorkell's avatar Robin McCorkell Committed by Robin Appelman
Browse files

Introduce CredentialsManager for storage of credentials in DB

CredentialsManager performs a simple role, of storing and retrieving
encrypted credentials from the database. Credentials are stored by user
ID (which may be null) and credentials identifier. Credentials
themselves may be of any type that can be JSON encoded.

The rationale behind this is to avoid further (mis)use of
oc_preferences, which was being used for all manner of data not related
to user preferences.
parent 88cd6152
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment