IM 54일차

Gong Intaek·2021년 4월 16일
0

코드스테이츠

목록 보기
92/151
post-thumbnail

TIL

Oauth

OAuth는 인터넷 사용자들이 비밀번호를 제공하지 않고 다른 웹사이트 상의 자신들의 정보에 대해 웹사이트나 애플리케이션의 접근 권한을 부여할 수 있는 공통적인 수단으로서 사용되는, 접근 위임을 위한 개방형 표준이다. (위키피디아)

  • role

    resource owner
    An entity capable of granting access to a protected resource.
    When the resource owner is a person, it is referred to as an
    end-user.

    resource server
    The server hosting the protected resources, capable of accepting
    and responding to protected resource requests using access tokens.

    client
    An application making protected resource requests on behalf of the
    resource owner and with its authorization. The term "client" does
    not imply any particular implementation characteristics (e.g.,
    whether the application executes on a server, a desktop, or other
    devices).

    authorization server
    The server issuing access tokens to the client after successfully
    authenticating the resource owner and obtaining authorization.

    참조 페이지

github Oauth


오늘 한 일

  • github Oauth을 활용한 인증 스프린트 수행
  • leetcode
    • Binary Tree Pruning (medium)

To Do

  • scss 도 활용을 생각해보면 좋을것 같다.

  • typescript 공부 예제를 생각해보자

  • vue, angular 공부 해보자


오늘은...

오늘의 토이 문제는 radix sort를 구현하는 것이었는데. 시간내에 작성한 것은
일부만 수행이 가능하고 수행시간이 너무 느려 테스트 통과자체가 되지않았다(시간 초과로) 레퍼런스를 확인하고 나서 별다른 코드 작성 방향이 보이지가 않아. 이번 문제는 레퍼런스를 바탕으로 작성하게 되었다. github Oauth을 이용한 스프린트는 생각 보다 수월하게 진행되었으며 스프린트 도 복잡한 구조를 가지지도 않았고 이전 스프린트보다는 사용법이 간결한것 같았다. 시간 내에 테스트 통과이후 실제 동작이 가능하게 구현하는 것도 마무리 할수 있었으며 ha 이후에 사용되게 될 aws 를 가입하였고 ha에대한 간단한 설명을 들었다. 거기서 나온 이야기처럼 ha를 통과하더라도 과연 프로젝트를 진행할 실력이 될까 의심스럽다. 간단한 개인 프로젝트에서도 지지 부진한 모습을 보였으니 말이다. 뭐 그래도 그냥 해보는게 내가 할수 있는 전부지만...

profile
개발자가 되기위해 공부중

0개의 댓글