Quick Start
Step 1: Clone the repository in your local
git clone git@github.com:leeleelee3264/myinfo-connector-python.gitStep 2: Install Pre-requisite
Install Python
brew install python@3.8 pipenvSet Python Path in ~/.zshrc
export PATH="/opt/homebrew/opt/python@3.8/bin:$PATH"Refresh ~/.zshrc
source ~/.zshrcStep 3: Install packages
PIPENV_VENV_IN_PROJECT=1
cd ~/myinfo-connector-python
pipenv install Step 4: Start server
Make your request
Step 1: Get myinfo redirect login url
Get login url to redirect to myinfo
Step 2: Browse myinfo redirect login url
Step 3: Do login and check agree terms


(Automated) Step 4: Callback API get called by Myinfo
Callback called by Myinfo service
Query Parameters
Name
Type
Description

(Automated) Final Step: Get Person data from Myinfo
Get person data from myinfo
Query Parameters
Name
Type
Description
Last updated