appifyhub / monolith

The backbone backend service of Appify Hub
https://appifyhub.com
MIT License
1 stars 0 forks source link

Rename "signature" to "secret" #166

Open milosmns opened 6 months ago

milosmns commented 6 months ago

Provide a brief summary of the planned work

All user properties named "signature" should be renamed to "secret" to better reflect the use.

Detailed overview

Signatures were used in the initial versions of this service (in Python), but they are now not used anymore. All user and credential properties called signature should be removed and replaced with secret.

Hint/location:

com/appifyhub/monolith/features/user/storage/model/UserDbm.kt:29

List the acceptance criteria

Include any additional notes (optional)

Related issues: