Skip to content

Preference keys should not use generic names #5

@WolfMoestl

Description

@WolfMoestl

In the current Version 1.09 the Strava token information is stored as pereferencs using names like 'accessToken', 'expire', 'scope', 'refreshToken'.

These names are quite common ones, they can easily interfere with preferences of other libraraies or the ones of the application.

An easy way would of avoiding this would be to prefix the names with a library shortcut.
E.g.: 'strava_accessToken', 'strava_expire', 'strava_scope', 'strava_refreshToken'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions