Buttons on the login page are not properly aligned. This bug is essentially due to the social login buttons. We currently use ...
Buttons on the login page are not properly aligned. This bug is essentially due to the social login buttons. We currently use the google and github provided buttons, which do not fully align with our style. We should rework these buttons from scratch to be in line with the other buttons on the page.
> stormpooper created PR#205
Aug 27, 2020 (today)
This PR is a complete rework of the social login buttons. Instead of using the JS-provided button in each provider's library I have ...
This PR is a complete rework of the social login buttons. Instead of using the JS-provided button in each provider's library I have re-implemented each button using our own CSS.
Logic has been attached to these new buttons to trigger our unified - provider-agnostic - OAuth login flow.
closes: #107
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> stormpooper created PR#205
Aug 27, 2020 (today)
This PR is a complete rework of the social login buttons. Instead of using the JS-provided button in each provider's library I have ...
This PR is a complete rework of the social login buttons. Instead of using the JS-provided button in each provider's library I have re-implemented each button using our own CSS.
Logic has been attached to these new buttons to trigger our unified - provider-agnostic - OAuth login flow.
closes: #107
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> bunwindu created issue#107
Aug 1, 2020 (26 days ago)
Buttons on the login page are not properly aligned. This bug is essentially due to the social login buttons. We currently use ...
Buttons on the login page are not properly aligned. This bug is essentially due to the social login buttons. We currently use the google and github provided buttons, which do not fully align with our style. We should rework these buttons from scratch to be in line with the other buttons on the page.
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
PR #203 Implement smarter refresh on company user list
doecorp/awesome-app
Last updated: a week ago
Due: in 5 days
Resolves 2 items
This pull request resolves the following items:
Key
Title
Due on
Labels
Issue#201
Improve refresh of user list on comp...
Sep 1, 2020
enhancement
PR#203
Implement smarter refresh on comp...
No due date
Action: Finish and assign reviewer
Created by you and currently assigned to you
Marked as medium because the item is due in less than a week
The user list on the company page does not always refresh properly when users get invited to the company. I believe the problem is ...
The user list on the company page does not always refresh properly when users get invited to the company. I believe the problem is due to websockets on the backend side. For some reason notifications do no always get triggered when a new user relationship is saved on the company.
> you (leiabit) created PR#203
Aug 27, 2020 (today)
This PR implements a smarter refresh mechanism on the company user list page. Websockets are configured to listen to ...
This PR implements a smarter refresh mechanism on the company user list page. Websockets are configured to listen to company "add/remove" events which in turn automatically triggers a refresh of the user list.
closes: #201
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> you (leiabit) created PR#203
Aug 27, 2020 (today)
This PR implements a smarter refresh mechanism on the company user list page. Websockets are configured to listen to ...
This PR implements a smarter refresh mechanism on the company user list page. Websockets are configured to listen to company "add/remove" events which in turn automatically triggers a refresh of the user list.
closes: #201
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> rabibit8 created issue#201
Aug 13, 2020 (14 days ago)
The user list on the company page does not always refresh properly when users get invited to the company. I believe the problem is ...
The user list on the company page does not always refresh properly when users get invited to the company. I believe the problem is due to websockets on the backend side. For some reason notifications do no always get triggered when a new user relationship is saved on the company.
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
Issue #201 Improve refresh of user list on company page
doecorp/awesome-app
Last updated: a week ago
Due: in 5 days
Action: Implement
Created by rabibit8 and currently assigned to you
Marked as medium because the item is due in less than a week
The user list on the company page does not always refresh properly when users get invited to the company. I believe the problem is ...
The user list on the company page does not always refresh properly when users get invited to the company. I believe the problem is due to websockets on the backend side. For some reason notifications do no always get triggered when a new user relationship is saved on the company.
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> adamaziz15 created PR#210
Aug 15, 2020 (12 days ago)
This PR add two-factor authentication. Summary: Add two-factor authentication setup workflow. Add pane in settings to ...
This PR add two-factor authentication.
Summary: - Add two-factor authentication setup workflow. - Add pane in settings to trigger TFA setup - Add option to deactivate TFA - Add email recovery option in case people have lost their TFA
closes: #188
> you requested changes on PR#210
Aug 17, 2020 (10 days ago)
I think you can improve the current implementation and make the logic used to setup up TFA a bit leaner by reusing the existing ...
I think you can improve the current implementation and make the logic used to setup up TFA a bit leaner by reusing the existing authentication and user account helpers.
I also believe that some methods used for setup/deactivation could be refactored/reused.
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> you created issue#188
Aug 13, 2020 (14 days ago)
The purpose of this feature is to allow users to setup two-factor authentication on their account via Google Authenticator. The ...
The purpose of this feature is to allow users to setup two-factor authentication on their account via Google Authenticator.
TFA should be made optional via the User Account panel. The only authenticator system we wish to support at this stage is Google Authenticator (and assimilated such as Lastpass Authenticator).
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
Issue KEYP-6 Fix text overflows on some elements
Platform UI
Last updated: a week ago
Due: in 5 days
Action: Implement
Created by stormpooper and currently assigned to you
Marked as medium because the item is due in less than a week
Need to truncate dynamic text on the main screen and replace with a "..." (ellipsis) and add a popover to display the full text
Need to truncate dynamic text on the main screen and replace with a "..." (ellipsis) and add a popover to display the full text
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> adamaziz15 created PR#210
Aug 15, 2020 (12 days ago)
This PR add two-factor authentication. Summary: Add two-factor authentication setup workflow. Add pane in settings to ...
This PR add two-factor authentication.
Summary: - Add two-factor authentication setup workflow. - Add pane in settings to trigger TFA setup - Add option to deactivate TFA - Add email recovery option in case people have lost their TFA
closes: #188
> you requested changes on PR#210
Aug 17, 2020 (10 days ago)
I think you can improve the current implementation and make the logic used to setup up TFA a bit leaner by reusing the existing ...
I think you can improve the current implementation and make the logic used to setup up TFA a bit leaner by reusing the existing authentication and user account helpers.
I also believe that some methods used for setup/deactivation could be refactored/reused.
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> you created issue#188
Aug 13, 2020 (14 days ago)
The purpose of this feature is to allow users to setup two-factor authentication on their account via Google Authenticator. The ...
The purpose of this feature is to allow users to setup two-factor authentication on their account via Google Authenticator.
TFA should be made optional via the User Account panel. The only authenticator system we wish to support at this stage is Google Authenticator (and assimilated such as Lastpass Authenticator).
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
PULL REQUEST
Alright, do you approve Stormpooper's pull request?
Buttons on the login page are not properly aligned. This bug is essentially due to the social login buttons. We currently use ...
Buttons on the login page are not properly aligned. This bug is essentially due to the social login buttons. We currently use the google and github provided buttons, which do not fully align with our style. We should rework these buttons from scratch to be in line with the other buttons on the page.
> stormpooper created PR#205
Aug 27, 2020 (2 days ago)
This PR is a complete rework of the social login buttons. Instead of using the JS-provided button in each provider's library I have ...
This PR is a complete rework of the social login buttons. Instead of using the JS-provided button in each provider's library I have re-implemented each button using our own CSS.
Logic has been attached to these new buttons to trigger our unified - provider-agnostic - OAuth login flow.
closes: #107
> leiabit requested changes on PR#205
Aug 29, 2020 (today)
Almost there @karljin. Could you refactor the CSS classes and reuse the ones we have for the signup page? Also I believe the ...
Almost there @karljin. Could you refactor the CSS classes and reuse the ones we have for the signup page? Also I believe the React code can be simplified a bit by leveraging async/await statements.
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> stormpooper created PR#205
Aug 27, 2020 (today)
This PR is a complete rework of the social login buttons. Instead of using the JS-provided button in each provider's library I have ...
This PR is a complete rework of the social login buttons. Instead of using the JS-provided button in each provider's library I have re-implemented each button using our own CSS.
Logic has been attached to these new buttons to trigger our unified - provider-agnostic - OAuth login flow.
closes: #107
> leiabit requested changes on PR#205
Aug 29, 2020 (today)
Almost there @karljin. Could you refactor the CSS classes and reuse the ones we have for the signup page? Also I believe the ...
Almost there @karljin. Could you refactor the CSS classes and reuse the ones we have for the signup page? Also I believe the React code can be simplified a bit by leveraging async/await statements.
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> bunwindu created issue#107
Aug 1, 2020 (26 days ago)
Buttons on the login page are not properly aligned. This bug is essentially due to the social login buttons. We currently use ...
Buttons on the login page are not properly aligned. This bug is essentially due to the social login buttons. We currently use the google and github provided buttons, which do not fully align with our style. We should rework these buttons from scratch to be in line with the other buttons on the page.
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
Issue #13 Improve design of settings page
doecorp/awesome-app
Last updated: a week ago
Due: in 2 days
Action: Implement
Created by rabibit8 and currently assigned to you
Marked as medium because the item is due in less than a week
Split user and company settings in two pages Improve overall presentation of settings / organise settings by topic instead of ...
- Split user and company settings in two pages - Improve overall presentation of settings / organise settings by topic instead of just listing every possible parameters
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> adamaziz15 created PR#210
Aug 15, 2020 (12 days ago)
This PR add two-factor authentication. Summary: Add two-factor authentication setup workflow. Add pane in settings to ...
This PR add two-factor authentication.
Summary: - Add two-factor authentication setup workflow. - Add pane in settings to trigger TFA setup - Add option to deactivate TFA - Add email recovery option in case people have lost their TFA
closes: #188
> you requested changes on PR#210
Aug 17, 2020 (10 days ago)
I think you can improve the current implementation and make the logic used to setup up TFA a bit leaner by reusing the existing ...
I think you can improve the current implementation and make the logic used to setup up TFA a bit leaner by reusing the existing authentication and user account helpers.
I also believe that some methods used for setup/deactivation could be refactored/reused.
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> you created issue#188
Aug 13, 2020 (14 days ago)
The purpose of this feature is to allow users to setup two-factor authentication on their account via Google Authenticator. The ...
The purpose of this feature is to allow users to setup two-factor authentication on their account via Google Authenticator.
TFA should be made optional via the User Account panel. The only authenticator system we wish to support at this stage is Google Authenticator (and assimilated such as Lastpass Authenticator).
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
Wednesday (again!)
Stormpooper works hard on adjusting his pull request...and you finally approve it
Buttons on the login page are not properly aligned. This bug is essentially due to the social login buttons. We currently use ...
Buttons on the login page are not properly aligned. This bug is essentially due to the social login buttons. We currently use the google and github provided buttons, which do not fully align with our style. We should rework these buttons from scratch to be in line with the other buttons on the page.
> stormpooper created PR#205
Aug 27, 2020 (3 days ago)
This PR is a complete rework of the social login buttons. Instead of using the JS-provided button in each provider's library I have ...
This PR is a complete rework of the social login buttons. Instead of using the JS-provided button in each provider's library I have re-implemented each button using our own CSS.
Logic has been attached to these new buttons to trigger our unified - provider-agnostic - OAuth login flow.
closes: #107
> you (leiabit) requested changes on PR#205
Aug 29, 2020 (yesterday)
Almost there @karljin. Could you refactor the CSS classes and reuse the ones we have for the signup page? Also I believe the ...
Almost there @karljin. Could you refactor the CSS classes and reuse the ones we have for the signup page? Also I believe the React code can be simplified a bit by leveraging async/await statements.
> stormpooper comment on PR#205
Aug 29, 2020 (yesterday)
Alright I've reworked the CSS classes and refactored the React promises. Should be good to go now!
Alright I've reworked the CSS classes and refactored the React promises. Should be good to go now!
> you (leiabit) approved PR#205
Aug 29, 2020 (yesterday)
Looks good to me now. Approved.
Looks good to me now. Approved.
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> karljin created PR#205
Aug 27, 2020 (3 days ago)
This PR is a complete rework of the social login buttons. Instead of using the JS-provided button in each provider's library I have ...
This PR is a complete rework of the social login buttons. Instead of using the JS-provided button in each provider's library I have re-implemented each button using our own CSS.
Logic has been attached to these new buttons to trigger our unified - provider-agnostic - OAuth login flow.
closes: #107
> jennyreg requested changes on PR#205
Aug 29, 2020 (yesterday)
Almost there @karljin. Could you refactor the CSS classes and reuse the ones we have for the signup page? Also I believe the ...
Almost there @karljin. Could you refactor the CSS classes and reuse the ones we have for the signup page? Also I believe the React code can be simplified a bit by leveraging async/await statements.
> karljin created PR#205
Aug 29, 2020 (yesterday)
Alright I've reworked the CSS classes and refactor the React promises. Should be good to go now!
Alright I've reworked the CSS classes and refactor the React promises. Should be good to go now!
> jennyreg approved PR#205
Aug 29, 2020 (yesterday)
Looks good to me now. Approved.
Looks good to me now. Approved.
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> bobmar created issue#107
Aug 1, 2020 (29 days ago)
Buttons on the login page are not properly aligned. This bug is essentially due to the social login buttons. We currently use ...
Buttons on the login page are not properly aligned. This bug is essentially due to the social login buttons. We currently use the google and github provided buttons, which do not fully align with our style. We should rework these buttons from scratch to be in line with the other buttons on the page.
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
PR #203 Implement smarter refresh on company user list
doecorp/awesome-app
Last updated: a week ago
Due: in 5 days
Resolves 2 items
This pull request resolves the following items:
Key
Title
Due on
Labels
Issue#201
Improve refresh of user list on comp...
Sep 1, 2020
enhancement
PR#203
Implement smarter refresh on comp...
No due date
Action: Finish and assign reviewer
Created by you and currently assigned to you
Marked as medium because the item is due in less than a week
The user list on the company page does not always refresh properly when users get invited to the company. I believe the problem is ...
The user list on the company page does not always refresh properly when users get invited to the company. I believe the problem is due to websockets on the backend side. For some reason notifications do no always get triggered when a new user relationship is saved on the company.
> you (leiabit) created PR#203
Aug 27, 2020 (3 days ago)
This PR implements a smarter refresh mechanism on the company user list page. Websockets are configured to listen to ...
This PR implements a smarter refresh mechanism on the company user list page. Websockets are configured to listen to company "add/remove" events which in turn automatically triggers a refresh of the user list.
closes: #201
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> you (leiabit) created PR#203
Aug 27, 2020 (today)
This PR implements a smarter refresh mechanism on the company user list page. Websockets are configured to listen to ...
This PR implements a smarter refresh mechanism on the company user list page. Websockets are configured to listen to company "add/remove" events which in turn automatically triggers a refresh of the user list.
closes: #201
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> rabibit8 created issue#201
Aug 13, 2020 (14 days ago)
The user list on the company page does not always refresh properly when users get invited to the company. I believe the problem is ...
The user list on the company page does not always refresh properly when users get invited to the company. I believe the problem is due to websockets on the backend side. For some reason notifications do no always get triggered when a new user relationship is saved on the company.
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
KEYP-6 Fix text overflows on some elements
Platform UI
Last updated: a week ago
Due: in 5 days
Action: Implement
Created by stormpooper and currently assigned to you
Marked as medium because the item is due in less than a week
Need to truncate dynamic text on the main screen and replace with a "..." (ellipsis) and add a popover to display the full text
Need to truncate dynamic text on the main screen and replace with a "..." (ellipsis) and add a popover to display the full text
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> adamaziz15 created PR#210
Aug 15, 2020 (12 days ago)
This PR add two-factor authentication. Summary: Add two-factor authentication setup workflow. Add pane in settings to ...
This PR add two-factor authentication.
Summary: - Add two-factor authentication setup workflow. - Add pane in settings to trigger TFA setup - Add option to deactivate TFA - Add email recovery option in case people have lost their TFA
closes: #188
> you requested changes on PR#210
Aug 17, 2020 (10 days ago)
I think you can improve the current implementation and make the logic used to setup up TFA a bit leaner by reusing the existing ...
I think you can improve the current implementation and make the logic used to setup up TFA a bit leaner by reusing the existing authentication and user account helpers.
I also believe that some methods used for setup/deactivation could be refactored/reused.
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> you created issue#188
Aug 13, 2020 (14 days ago)
The purpose of this feature is to allow users to setup two-factor authentication on their account via Google Authenticator. The ...
The purpose of this feature is to allow users to setup two-factor authentication on their account via Google Authenticator.
TFA should be made optional via the User Account panel. The only authenticator system we wish to support at this stage is Google Authenticator (and assimilated such as Lastpass Authenticator).
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
Friday
Final day of the sprint. It's time to check everything is ready to be merged and closed off. Shall we check each repo on GitHub?
No need commander. The Keypup Task Force has put together a review and merge board specifically for that!
The review and merge board shows you the merge readiness of pull requests across repositories and team members.
Click the merge button to finish the first PR.
Well that's convenient!
All the green PRs can be merged in one go.
Let's ping Bun Windu to do his review and get things closed off for the week.
doecorp/awesome-app
#203 Implement smarter refresh on company user list
Last updated: yesterday
Due: Today
Changes: +234 / -43
Created by you and currently assigned to you
This PR is ready to be merged
MERGE
doecorp/awesome-app
#203 Implement smarter refresh on company user list
Last updated: yesterday
Due: Today
Changes: +234 / -43
Created by you and currently assigned to you
This PR is ready to be merged
MERGED!
doecorp/backend-ui
#207 Fix text overflow on some elements
Last updated: a week ago
Due: Today
Changes: +14 / -5
Created by you and currently assigned to you
This PR is ready to be merged
MERGE
doecorp/frontend-ui
#208 Implement two-factor authentication
Last updated: a week ago
Due: Today
Changes: +346 / -57
Created by bunwindu and currently assigned to you
This PR is ready to be merged
MERGE
doecorp/other-app
Quick
#201 Add help section on social logins
Last updated: a week ago
Due: Today
Changes: +29 / -5
Created by rabibit8 and currently assigned to bunwindu
This PR is pending review from binwindu
REVIEW >
doecorp/other-app
Quick
#201 Add help section on social logins
Last updated: a week ago
Due: Today
Changes: +29 / -5
Created by rabibit8 and currently assigned to bunwindu
This PR is pending review from binwindu
MERGE
Friday
I think we're done for the week Commander.
Do you want to close off the week with a clean wrap-up report?
Buttons on the login page are not properly aligned. This bug is essentially due to the social login buttons. We currently use ...
Buttons on the login page are not properly aligned. This bug is essentially due to the social login buttons. We currently use the google and github provided buttons, which do not fully align with our style. We should rework these buttons from scratch to be in line with the other buttons on the page.
> stormpooper created PR#205
Aug 27, 2020 (3 days ago)
This PR is a complete rework of the social login buttons. Instead of using the JS-provided button in each provider's library I have ...
This PR is a complete rework of the social login buttons. Instead of using the JS-provided button in each provider's library I have re-implemented each button using our own CSS.
Logic has been attached to these new buttons to trigger our unified - provider-agnostic - OAuth login flow.
closes: #107
> you (leiabit) requested changes on PR#205
Aug 29, 2020 (yesterday)
Almost there @karljin. Could you refactor the CSS classes and reuse the ones we have for the signup page? Also I believe the ...
Almost there @karljin. Could you refactor the CSS classes and reuse the ones we have for the signup page? Also I believe the React code can be simplified a bit by leveraging async/await statements.
> stormpooper comment on PR#205
Aug 29, 2020 (yesterday)
Alright I've reworked the CSS classes and refactored the React promises. Should be good to go now!
Alright I've reworked the CSS classes and refactored the React promises. Should be good to go now!
> you (leiabit) approved PR#205
Aug 29, 2020 (yesterday)
Looks good to me now. Approved.
Looks good to me now. Approved.
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> karljin created PR#205
Aug 27, 2020 (3 days ago)
This PR is a complete rework of the social login buttons. Instead of using the JS-provided button in each provider's library I have ...
This PR is a complete rework of the social login buttons. Instead of using the JS-provided button in each provider's library I have re-implemented each button using our own CSS.
Logic has been attached to these new buttons to trigger our unified - provider-agnostic - OAuth login flow.
closes: #107
> jennyreg requested changes on PR#205
Aug 29, 2020 (yesterday)
Almost there @karljin. Could you refactor the CSS classes and reuse the ones we have for the signup page? Also I believe the ...
Almost there @karljin. Could you refactor the CSS classes and reuse the ones we have for the signup page? Also I believe the React code can be simplified a bit by leveraging async/await statements.
> karljin created PR#205
Aug 29, 2020 (yesterday)
Alright I've reworked the CSS classes and refactor the React promises. Should be good to go now!
Alright I've reworked the CSS classes and refactor the React promises. Should be good to go now!
> jennyreg approved PR#205
Aug 29, 2020 (yesterday)
Looks good to me now. Approved.
Looks good to me now. Approved.
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> bobmar created issue#107
Aug 1, 2020 (29 days ago)
Buttons on the login page are not properly aligned. This bug is essentially due to the social login buttons. We currently use ...
Buttons on the login page are not properly aligned. This bug is essentially due to the social login buttons. We currently use the google and github provided buttons, which do not fully align with our style. We should rework these buttons from scratch to be in line with the other buttons on the page.
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
KEYP-6 Fix text overflows on some elements
Platform UI
Last updated: a week ago
Due: in 5 days
Action: Implement
Created by stormpooper and currently assigned to you
Marked as medium because the item is due in less than a week
Need to truncate dynamic text on the main screen and replace with a "..." (ellipsis) and add a popover to display the full text
Need to truncate dynamic text on the main screen and replace with a "..." (ellipsis) and add a popover to display the full text
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> adamaziz15 created PR#210
Aug 15, 2020 (12 days ago)
This PR add two-factor authentication. Summary: Add two-factor authentication setup workflow. Add pane in settings to ...
This PR add two-factor authentication.
Summary: - Add two-factor authentication setup workflow. - Add pane in settings to trigger TFA setup - Add option to deactivate TFA - Add email recovery option in case people have lost their TFA
closes: #188
> you requested changes on PR#210
Aug 17, 2020 (10 days ago)
I think you can improve the current implementation and make the logic used to setup up TFA a bit leaner by reusing the existing ...
I think you can improve the current implementation and make the logic used to setup up TFA a bit leaner by reusing the existing authentication and user account helpers.
I also believe that some methods used for setup/deactivation could be refactored/reused.
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
> you created issue#188
Aug 13, 2020 (14 days ago)
The purpose of this feature is to allow users to setup two-factor authentication on their account via Google Authenticator. The ...
The purpose of this feature is to allow users to setup two-factor authentication on their account via Google Authenticator.
TFA should be made optional via the User Account panel. The only authenticator system we wish to support at this stage is Google Authenticator (and assimilated such as Lastpass Authenticator).
Yeah! You just replied on this GitHub feed.
Oops! Something went wrong while submitting the form.
HAPPY ENDING
Congratulations Commander, that's a well rounded week. All issues are done and pull requests merged.
Now you deserve that treat for sure!
And if you liked the Keypup story you can click one of these (or both!)