Skip to content

khu-dev/khu-auth-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

khu-auth-python

auth_health

Installation

on python 3.x environment

$ pip install khuauth

Quickstart

Let's try khu-auth-python with some simple codes.

# simple.py
from khuauth.auth import authenticate

ID = {{YOUR_INFO_21_ID}}
PW = {{YOUR_INFO_21_PW}}

print(authenticate(ID, PW))
# An example of output
$ python simple.py

INFO:root:Start khu authentication
INFO:root:Finish khu authentication
{'user_id': 'your_id', 'verified': True, 'student_number': '123123123'}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages