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 we have a how-to section called writing-an-authenticator.md accompanied with a python file example-oauthenticator.py
I think we should refactor this like...
extract reference docs from example-oauthenticator.py
It describes a lot of the functions, but that kind of content can make sense to have in the docstrings of the functions we override, so lets see if we can extract things of relevance to the function docstrings.
relocate the how-to document to the tutorial section
The tutorial section is learning oriented, the how-to section is task oriented. I figure this is more learning oriented because we can't reasonably help the user arrive all the way anyhow.
Currently we have a how-to section called writing-an-authenticator.md accompanied with a python file example-oauthenticator.py
I think we should refactor this like...
It describes a lot of the functions, but that kind of content can make sense to have in the docstrings of the functions we override, so lets see if we can extract things of relevance to the function docstrings.
The tutorial section is learning oriented, the how-to section is task oriented. I figure this is more learning oriented because we can't reasonably help the user arrive all the way anyhow.
authenticate
function #634The text was updated successfully, but these errors were encountered: