All of the login methods need to do (effectively) the same thing once we have a token, so refactor this out into something we can reuse.
1.9 KiB
1.9 KiB
All of the login methods need to do (effectively) the same thing once we have a token, so refactor this out into something we can reuse.