Skip to content

spsinghats/parse-server-kakao-auth-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parse-server-kakao-auth-adapter

Authenticate to parse server with your Kakao account

How to use it?

1) Install the module

npm i -S parse-server-kakao-auth-adapter

2) Add this module when creating ParseServer

import { ParseServer } from 'parse-server'
import kakaoAuthAdapter from 'parse-server-kakao-auth-adapter'
...
const parserServer = new ParseServer({
  ...
  auth: {
    kakao: kakaoAuthAdapter
  }
})

About

Authenticate to parse server with kakao

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published