-
Notifications
You must be signed in to change notification settings - Fork 518
exp/services/webauth: add SEP-10 v1.2.0 implementation #2074
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
Merged
leighmcculloch
merged 31 commits into
stellar:master
from
leighmcculloch:sep10webauth-base
Dec 20, 2019
Merged
Changes from 23 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
38b769c
exp/services/webauth: add SEP-10 implementation
leighmcculloch b738015
Revert back to what is required by current SEP-10
leighmcculloch 41ea106
feedback from @ire-and-cursers
leighmcculloch 4f60806
Change network default to test to align with horizon url
leighmcculloch d19b9c4
Add README
leighmcculloch a5ce7fa
Remove go1.13 specific dependency
leighmcculloch fa8c22c
Move jwtkey to an exp package
leighmcculloch 223e13b
Move jwtkey to an exp/support package
leighmcculloch fa66f33
Add links and why to readme
leighmcculloch 5e8bf2e
support/http/httpdecode: add form decoding helper
leighmcculloch dbe1522
support/http/httpdecode: add form+json combined decoding helper
leighmcculloch 78e6d1d
Merge branch 'httpdecode-formurlencoded' into sep10webauth-base
leighmcculloch d172565
Use httpdecode
leighmcculloch d014da9
Remove unnecessary checks
leighmcculloch 69b05e2
Fix duration in application options
leighmcculloch f5575e5
Fix unnecessary import
leighmcculloch 1f0457d
Update README
leighmcculloch 271b5aa
Rename Main to Run
leighmcculloch a45dfe6
Rename Run to Serve
leighmcculloch b5a7734
Merge branch 'master' into sep10webauth-base
leighmcculloch 5beab66
Remove unused error
leighmcculloch 03dbca2
Fix logger log ref
leighmcculloch 97d33e5
Put jwtkeygen into a separate tool and link it into the server
leighmcculloch 6aba5cc
Revert "Put jwtkeygen into a separate tool and link it into the server"
leighmcculloch a1a8106
Wrap error
leighmcculloch 6b7e851
Add missing return
leighmcculloch 8a11519
Keep logging in one function and pass around errors instead
leighmcculloch 79c0fee
Add http.Status* instead of numbers
leighmcculloch 6dc1db5
Add http.Status* instead of numbers
leighmcculloch abad794
Add logic to check master key is a signer with high threshold
leighmcculloch 100b32f
Update README
leighmcculloch 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 hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.