Skip to content

khu-dev/khu-auth-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KHU Authenticator in Golang

경희대학교 인증서비스를 제공하는 Golang package

사용 방법

import "github.com/khu-dev/khu-auth-go/auth"

func main(){
    userInfo, err := auth.Authenciate(당신의 info21 ID, 당신의 info21 PW)
    if err != nil { fmt.Println(err) }
    fmt.Printf("%#v", userInfo)
}

개발 명령어

KHU_USERNAME={{MY_USERNAME}} KHU_PASSWORD={{MY_PASSWORD}} go run .

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages