Files
mattermost/vendor/github.com/dgryski/dgoogauth
Harrison Healey 2fa7c464f0 Updated dependencies and added avct/uasurfer (#8089)
* Updated dependencies and added avct/uasurfer

* Added uasurfer to NOTICE.txt
2018-01-16 12:03:31 -05:00
..
2016-09-23 10:17:51 -04:00

This is a Go implementation of the Google Authenticator library.

GoDoc Build Status

Copyright (c) 2012 Damian Gryski damian@gryski.com This code is licensed under the Apache License, version 2.0

It implements the one-time-password algorithms specified in:

  • RFC 4226 (HOTP: An HMAC-Based One-Time Password Algorithm)
  • RFC 6238 (TOTP: Time-Based One-Time Password Algorithm)

You can learn more about the Google Authenticator library at its project page: