Uh oh!
There was an error while loading. Please reload this page.
Add oauth login functionality - #211
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rossengeorgiev
commented
Sep 22, 2019
If I understand this correctly, once I login with mobileauth (user+pass etc) I get |
melvyn2
commented
Sep 22, 2019
Yes; once you have a token, you can use it until it gets revoked (which seems to be random). Then, you must get a new one, which does require the username and password. The |
rossengeorgiev
commented
Oct 2, 2019
Thanks. I will need to try this out and figure out how this would fit in the class. Wondering whether it might better to implement it as a "remember password" feature. |
rossengeorgiev
commented
Apr 30, 2020
Sorry, this PR has been sitting for a while. Happy to merge |
melvyn2
commented
Jul 15, 2020
Ah, sorry for the delay: I've rebased the branch onto master. Does anything else need to be done before merging? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
melvyn2
commented
Jul 17, 2020
Alright, I've managed to fetch and confirm mobile confirmations w/o the |
Kudos, SonarCloud Quality Gate passed!
|
Because we have access to creating OAuth tokens, I thought it might be useful to use them to log in more easily. If any code style changes/refactoring needs to be done, I'd be happy to do it.