- Rename misleading parameters in Storage interface: - refreshTokenID → refreshToken - newRefreshTokenID → newRefreshToken - Make bare returns explicit in token.go for better readability - Add documentation to clarify token creation flow The interface parameters were misleadingly named with 'ID' suffix when they actually contain the full token values. The example implementations already used the semantically correct names, creating inconsistency. This change aligns the interface with its implementations and prevents confusion. |
||
---|---|---|
.. | ||
client | ||
crypto | ||
http | ||
oidc | ||
op | ||
strings |