forked from plow-technologies/hoauth2
-
Notifications
You must be signed in to change notification settings - Fork 0
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
884 compatible #1
Merged
Merged
Conversation
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
- upgrade github action - nix build doesn't work well still. shall think of pin down to a version.
- Also remove `authPostBS1` which allow credential being sent in multiple ways, which is not standard. - Those are all Breaking changes. - Fixes the compilation issue that caused by forgetting export APIAuthenticationMethod
- It's more likely to apply type for JSON response than monad - Hence move to first type parameter
…reizl#155) - The rewrite work resident at Network.OAuth2.Experiment module. See comments in the module for details. - Adds package hoauth2-providers to for a list of common IdP providers, in terms of their OAuth2 endpoints, userinfo endpoint and the way to construct an Application. This package depends on the Experiment module - Adds tutorial module for hoauth2-providers - Updates hoauth2-demo application accordingly and add sample flow Resource Owner Password and Client Credential
release candidate for - hoauth2@2.6.0 - hoauth2-demo@1.5.0 - hoauth2-providers@0.1 - hoauth2-providers-tutorial@0.1 - hoauth2-tutorial@0.1.2
- fix the hlint task - add publish task
- update developer page for IdPs - rename DropboxName to DropboxUserName - fixes the field comment for Google User
- The social network brand isn't changed
empty when invoke API using access token
- This is the grant type that google service account uses - Spec https://www.rfc-editor.org/rfc/rfc7523.html#section-2.1 fixes freizl#16, freizl#51
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.