Skip to content

How to login on development mode

Minjun Kim edited this page Mar 3, 2020 · 1 revision

Email Login

Email login will not work on development unless you configure AWS profile, since velog server uses AWS SES to send an email.

If you try to login via email, following line will be shown on the server console:

Login URL: http://localhost:3000/register?code=khbZzLBu

You can use the link shown on your console to proceed login. (This link is only shown on development environment)

Social Login

Social login configuration is already done on .env.development file. Those CLIENT_ID and CLIENT_SECRET values belong to separated OAuth App that we have prepared for development. Those values are not used on production, so you do not have to worry about security issue of velog server.

Clone this wiki locally