Git Product home page Git Product logo

knu_matzip_server's People

Contributors

cretima avatar yoonki1207 avatar

Watchers

 avatar

knu_matzip_server's Issues

AccessToken과 RefreshToken 구현

AccessTokenRefreshToken 로직 구현 필요.

  • 로그인하면 ServerClient에게 AccessToken(이하 AT)a와 **RefreshToken(이하 RT)**를 전송한 후, RefreshToken은 서버에 저장.
  • 기본적으로 ClientAT으로 Server에 전송
  • AT가 만료되지 않았으면, 새 AT를 발급
  • AT가 만료되었으면, ClientServer에게 RT를 요청.
  • ServerRT를 받고 유효하면 Client에게 새 AT를 발급.

구현 목적

  • 해커는 AT를 탈취하도 RT가 없으면 로그인 불가.
  • 서버에 저장된 RT때문에 해킹당했다고 판단되면 RT를 삭제해서 강제 로그아웃.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.