We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
open static/login.html: no such file or directory open static/auth.html: no such file or directory
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
@kabaluyot @knightflower1989
maybe we could adding this simple html file into static directory.
login.html
<form method="post"> <input type="submit" value="LOGIN"> </form>
auth.html
<form method="post"> <input type="submit" value="AUTH"> </form>
and then I am be able to getting the result
{ "access_token": "4WCFHRK_NWSGR5R3L8NVUW", "token_type": "Bearer", "refresh_token": "95V46PEPVQIUVGOL4NQRKQ", "expiry": "2020-08-20T15:16:21.398688+07:00" }
https://github.com/go-oauth2/oauth2/tree/v3.12.0/example
No branches or pull requests
open static/login.html: no such file or directory
open static/auth.html: no such file or directory
The text was updated successfully, but these errors were encountered: