- Notifications
You must be signed in to change notification settings - Fork23
Description
In#163coder_git_auth
was marked as deprecated. It does show a message when used but it would be helpful to provide that same information in the documentation. Right now the documentation doesn't say anything about the deprecated state ofcoder_git_auth
or mentions you should usecoder_external_auth
instead.
In fact because of the fact that thecoder_external_auth
mentions multiple services but not anything like git or GitHub (gh is mentioned but unless you know it you may not make the connection) people may be lead to believe they should usecoder_git_auth
for git authentication andcoder_external_auth
for authentication with other services. This may lead people to use one and not realize the deprecation until they first use it in a template. Unless like me they go looking for what the difference is and stumble on the PR.