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
Our access tokens always start with appToken-. appToken is a generic term that doesn't tell what service the token belongs to. It'd be better for security scanning if it starts with the prefix that explicitly signifies it's for Central Dogma. For example, we could make our tokens start with dogma? We could do some research on the format of popular services' access tokens, such as GitHub.
Other changes we might want to introduce as well:
Use _ instead of -
More entrophy
Backward compatibility (i.e. allow using the old tokens)
The text was updated successfully, but these errors were encountered:
Our access tokens always start with
appToken-
.appToken
is a generic term that doesn't tell what service the token belongs to. It'd be better for security scanning if it starts with the prefix that explicitly signifies it's for Central Dogma. For example, we could make our tokens start withdogma
? We could do some research on the format of popular services' access tokens, such as GitHub.Other changes we might want to introduce as well:
_
instead of-
The text was updated successfully, but these errors were encountered: