Slide 9
Slide 9 text
Authentication vs Authorization
Authentication Authorization
Main
purpose
determine whether users are
who they claim to be
determine which resources
and features users can /
cannot access
Provided
methods
in Mercari
SNS(Apple, Facebook,
Google, Docomo, LINE),
Email+Password, SMS, FIDO
Access Tokens, Refresh
Tokens
How we
manage
by Proof of
Authentication(PoA) /
OPSession
PlatformAccessToken(PFAT),
PrivateAccessToken(PAT),
etc…
9