Skip to content

databakehub/oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OAuth


OAuth2.0 for Golang webservices with persistent sessions with TTL


Basic Authentication

  • For use with BasicAuthentication, use the username u in your request.
  • base64encode encoded = btoa("u:yourtoken")
  • Sample request header: Authorization:Basic encoded

About

OAuth2 for Golang webservices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages