Giter Club home page Giter Club logo

frest's Introduction

Hi there 👋

I am Junho Kim (aka Hawl). Full-Stack Developer, interested in Typescript, React.js, UI/UX, Restful API.

Linkedin Badge

Career 🏢

  • Angelleague Full-Stack Developer (2022.07 - )
  • AdShield, Inc Lead Product Engineer (2021.10 - 2022.06)
  • Angelleague Web Developer (2021.06 - 2021.10)
  • Kakao Corp Web Application Developer (2018.07 - 2019.11)
  • Loplat Software Engineer (2017.09 - 2018.04)

Education 🏫

  • Korea Digital Media High School Hacking Defence Diploma (2015 - 2018)

Product 🌟

frest's People

Contributors

h4wldev avatar jacepark12 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

frest's Issues

TypeError: 'map' object is not subscriptable

데이터베이스에 중복된 데이터가 있을 경우

app/modules/frest/api/error.py 에서

TypeError: 'map' object is not subscriptable

이 발생합니다.

    if DATABASE['engine'] == 'postgres':
        error = str(e).splitlines()[1].replace('DETAIL:  ', '')
        field, value = map(lambda x: x[1:-1], re.findall(r'\([^)]+\)', error))
    elif DATABASE['engine'] == 'mysql':
        error = map(lambda s: s[1:-1], re.findall(r'\'[^\']+\'', str(e)))
        value, field = error[0], error[1]

Basic Auth 대신하여 OAuth 2.0 사용을 권합니다.

Frest에서 사용하고 있는 Basic Auth는 단순히 Username과 Password를 결합한 문자열을 Base64 암호화 방식으로 암호화 시킨 후 HTTP Request의 Header를 통해 전송됩니다.

Basic Auth 방식을 대신하여 현재 Facebook, Twiiter 등의 대형 서비스에서도 사용되어 충분히 검증되고 있는 OAuth 2.0 버전의 사용을 권해봅니다.

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.