-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
Add Epayslips #7714
Closed
Closed
Add Epayslips #7714
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
d1b8988
testingfile
spellbind0127 9b959e6
updates not finished will do later
spellbind0127 34543a2
updated
spellbind0127 83b0f6c
Merge branch 'master' into ePayslips
spellbind0127 489f253
Update epayslips.co.uk.json
spellbind0127 a32f9c0
Delete testingfile.txt
spellbind0127 cf8b8a6
Merge branch 'master' into ePayslips
spellbind0127 7f421ce
fixing invalid json that I just noticed
spellbind0127 dee33e0
added image should be readdy to be merged
spellbind0127 8826608
removed contracts to comply with the standered
spellbind0127 55553bb
json should work this time
spellbind0127 1f499ce
now will it work finally
spellbind0127 6a795ab
should be fixed
spellbind0127 a110a33
Clean up JSON
Carlgo11 8cf06fe
added the region good catch
spellbind0127 7762d57
Update entries/e/epayslips.co.uk.json
spellbind0127 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"Epayslips": { | ||
"domain": "epayslips.co.uk", | ||
"tfa": [ | ||
"u2f", | ||
"custom-software" | ||
], | ||
"categories": [ | ||
"finance" | ||
], | ||
"custom-software": [ | ||
"Authy", | ||
"Duo" | ||
], | ||
"regions": [ | ||
"gb" | ||
] | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Their security page mentions Google Authenticator and Duo but nothing about Authy. It also sounds more like they support TOTP (RFC-6238) rather than the proprietary Duo and Authy authentication systems.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was just going off of the issue that is linked to this pull request but the documentation is probably better
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to remove the
custom-software
element then and replacecustom-software
insidetfa
withtotp
.