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

compose: fix Config.GetHashCost godoc comment #320

Merged
merged 1 commit into from
Oct 25, 2018

Conversation

adamdecaf
Copy link
Contributor

Checklist

  • I have read the contributing guidelines
  • I confirm that this pull request does not address a security vulnerability. If this pull request addresses a security
    vulnerability, I confirm that I got green light (please contact hi@ory.sh) from the maintainers to push the changes.
  • I signed the Developer's Certificate of Origin
    by signing my commit(s). You can amend your signature to the most recent commit by using git commit --amend -s. If you
    amend the commit, you might need to force push using git push --force HEAD:<branch>. Please be very careful when using
    force push.
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation within the code base (if appropriate)

Signed-off-by: Adam Shannon <adamkshannon@gmail.com>
@aeneasr
Copy link
Member

aeneasr commented Oct 25, 2018

Thank you!

@aeneasr aeneasr merged commit 4d2b119 into ory:master Oct 25, 2018
@adamdecaf adamdecaf deleted the config-bcrypt-hashcost-comment branch October 25, 2018 19:06
@@ -105,7 +105,7 @@ func (c *Config) GetAccessTokenLifespan() time.Duration {
return c.AccessTokenLifespan
}

// GetAccessTokenLifespan returns how long a refresh token should be valid. Defaults to one hour.
// GetHashCost freturns the bcrypt cost factor. Defaults to 12.
Copy link
Contributor

Choose a reason for hiding this comment

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

Isn't freturns a typo?

Copy link
Member

Choose a reason for hiding this comment

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

Yeah it is, my tired eyes missed it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Whoops. My bad.

@adamdecaf adamdecaf mentioned this pull request Oct 25, 2018
budougumi0617 added a commit to budougumi0617/fosite that referenced this pull request May 10, 2019
Signed-off-by: Adam Shannon <adamkshannon@gmail.com>
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.

3 participants