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

update readme with use of refresh tokens #20

Merged
merged 1 commit into from Jun 27, 2018
Merged

Conversation

bxute
Copy link
Contributor

@bxute bxute commented Jun 27, 2018

No description provided.

@codecov-io
Copy link

codecov-io commented Jun 27, 2018

Codecov Report

Merging #20 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master     #20   +/-   ##
========================================
  Coverage      26.9%   26.9%           
  Complexity       29      29           
========================================
  Files             8       8           
  Lines           275     275           
  Branches         21      21           
========================================
  Hits             74      74           
  Misses          198     198           
  Partials          3       3

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 33d2b26...f025224. Read the comment docs.

README.md Outdated
@@ -84,18 +84,125 @@ These fields are mandatory.

2. Get login url
```java
String loginUrl = steemConnect.getLoginUrl(); //steemConnect is a object created before.
String loginUrl = steemConnect.getLoginUrl(true); //steemConnect is a object created before.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"an" object.

README.md Outdated

There are 2 type of loginUrl, featuring different results in redirected url.
- Redirections with `access_token`
- Redirections with `code` (more secure)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can put (recommended, more secure) here.

@singhpratyush singhpratyush merged commit f19346a into master Jun 27, 2018
@bxute bxute deleted the update-readme branch July 3, 2018 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants