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
Currently, the doctests contain calls to internal code (that is not part of the lib API) and even, in some places, raw Redis commands. While this is perfectly fine when writing a (normal) test, it is not helpful documentation. Such code should be removed, most importantly in the main "entry modules", that is, SessionPlugs and TokenPlugs. TokenFactory.Jwt and RedisStore are of secondary importance.
The text was updated successfully, but these errors were encountered:
Currently, the doctests contain calls to internal code (that is not part of the lib API) and even, in some places, raw Redis commands. While this is perfectly fine when writing a (normal) test, it is not helpful documentation. Such code should be removed, most importantly in the main "entry modules", that is, SessionPlugs and TokenPlugs. TokenFactory.Jwt and RedisStore are of secondary importance.
The text was updated successfully, but these errors were encountered: