Skip to content
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

New Facebook authentication flow #356

Closed
wants to merge 127 commits into from
Closed

New Facebook authentication flow #356

wants to merge 127 commits into from

Conversation

devgianlu
Copy link
Member

No description provided.

Currently broken, the token endpoint returns 400. The client-token header may be the culprit.
@devgianlu devgianlu added the enhancement New feature or request label May 9, 2021
@devgianlu devgianlu linked an issue May 9, 2021 that may be closed by this pull request
dependabot bot and others added 2 commits May 10, 2021 10:17
@devgianlu devgianlu marked this pull request as draft May 11, 2021 09:33
devgianlu and others added 24 commits May 11, 2021 12:16
…e.protobuf-protobuf-java-3.17.0

Bump protobuf-java from 3.16.0 to 3.17.0
….jupiter-junit-jupiter-5.7.2

Bump junit-jupiter from 5.7.1 to 5.7.2
…e.code.gson-gson-2.8.7

Bump gson from 2.8.6 to 2.8.7
…e.maven.plugins-maven-javadoc-plugin-3.3.0

Bump maven-javadoc-plugin from 3.2.0 to 3.3.0
…ains-annotations-21.0.0

Bump annotations from 20.1.0 to 21.0.0
…e.protobuf-protobuf-java-3.17.1

Bump protobuf-java from 3.17.0 to 3.17.1
…ow-undertow-core-2.2.8.Final

Bump undertow-core from 2.2.7.Final to 2.2.8.Final
…dertow-undertow-core-2.2.8.Final

Bump undertow-core from 2.2.7.Final to 2.2.8.Final in /api
…ains-annotations-21.0.1

Bump annotations from 21.0.0 to 21.0.1
devgianlu and others added 19 commits December 6, 2021 18:26
…ow-undertow-core-2.2.14.Final

Bump undertow-core from 2.2.12.Final to 2.2.14.Final
…dertow-undertow-core-2.2.14.Final

Bump undertow-core from 2.2.12.Final to 2.2.14.Final in /api
Bumps [gson](https://github.com/google/gson) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.8.8...gson-parent-2.8.9)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
….jupiter-junit-jupiter-5.8.2

Bump junit-jupiter from 5.8.1 to 5.8.2
…quareup.okhttp3-okhttp-4.9.3

Bump okhttp from 4.9.2 to 4.9.3 in /lib
…e.code.gson-gson-2.8.9

Bump gson from 2.8.8 to 2.8.9
Bumps `log4j.version` from 2.14.1 to 2.15.0.

Updates `log4j-api` from 2.14.1 to 2.15.0

Updates `log4j-core` from 2.14.1 to 2.15.0

Updates `log4j-slf4j-impl` from 2.14.1 to 2.15.0

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…sion-2.15.0

Bump log4j.version from 2.14.1 to 2.15.0
Bumps `log4j.version` from 2.15.0 to 2.17.0.

Updates `log4j-api` from 2.15.0 to 2.17.0

Updates `log4j-core` from 2.15.0 to 2.17.0

Updates `log4j-slf4j-impl` from 2.15.0 to 2.17.0

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…sion-2.17.0

Bump log4j.version from 2.15.0 to 2.17.0
With the old implementation, the ap request wasn't going through the proxy (if there was one configured). Now, it uses the OkHttpClient we use in other parts of the app which will be configured to use the proxy if needed.
Make ApResolver use the proxy (if there's one configured)
Bumps `log4j.version` from 2.17.0 to 2.17.1.

Updates `log4j-api` from 2.17.0 to 2.17.1

Updates `log4j-core` from 2.17.0 to 2.17.1

Updates `log4j-slf4j-impl` from 2.17.0 to 2.17.1

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.1 to 3.19.2.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.19.1...v3.19.2)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@devgianlu devgianlu closed this Jan 6, 2022
@devgianlu devgianlu deleted the new-facebook-flow branch January 6, 2022 16:33
@devgianlu devgianlu restored the new-facebook-flow branch January 6, 2022 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Facebook login flow
6 participants