✍️
Web Application
  • Cookie
  • Intro
    • HTTP
  • Cookie
    • Counting Cookie
    • Shopping Cart Using Cookie
    • Shopping Cart Page:id
    • Shopping Cart Page
    • Cookie and Security
  • Session
    • Intro
    • Session and Cookie
    • Session with Express
    • Login function using session
    • How to store session data
    • store as file
    • store in mysql DB
    • Store Session in OrientDB
  • Security Password
    • salt
    • PBKDF2
    • Log in with encrypted password
    • PassportJS
    • Untitled
  • Federation Authentication
    • Intro
    • Facebook Authentication
    • FB Auth Summary
  • refactoring
    • template engine : pug extends, include
    • Modularity
    • Divide Router
Powered by GitBook
On this page

Was this helpful?

  1. Federation Authentication

Intro

웹 어플리케이션에서 타사 인증을 통해 사용자의 정보를 가져오거나 FB/Google/twitter 같은 플랫폼의 API를 이용하여 올린 글을 가져와서 가공작업을 한다거나, 어플리케이션의 변경사항을 해당 플랫폼에 올리는 등 거대플랫폼과 상호작용하기 위한 가장 첫번째 작업이 바로 '인증'이다. 가장 어려우면서도 가장 중요한 '인증'을 해결하는 자가 플랫폼을 지배한다. 글을 올리거나 수정하거나 하는 등의 작업을 할 수 있다.

PreviousUntitledNextFacebook Authentication

Last updated 4 years ago

Was this helpful?