Skip to content

Commit 8b6cd6a

Browse files
authored
Merge pull request #36 from NicoDora/docs/#35/google_oauth
📝 docs/#35: [Nest.js] Google OAuth2.0 로그인 구현하기 글 작성하기
2 parents 13b9b21 + 0d053e8 commit 8b6cd6a

65 files changed

Lines changed: 3289 additions & 286 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"cSpell.words": [
33
"tosspayments"
4-
]
4+
],
5+
"commentTranslate.multiLineMerge": true
56
}

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
lang: ko
22
title: NicoDora
3-
copyright: © 2024 NicoDora. All rights reserved.
3+
copyright: © 2026 NicoDora. All rights reserved.
44
logo: https://cdn.jsdelivr.net/gh/NicoDora/nicodora.github.io/assets/img/logo.png
55
url: https://nicodora.github.io
66
tagline: keep moving
77
description: 백엔드 개발을 중심으로 포스트 하고 있는 NicoDora의 블로그입니다.
88
timezone: Asia/Seoul
9+
permalink: /:categories/:title/
910

1011
author:
1112
name: NicoDora

_posts/nestjs/2026-01-15-[Nest.js]-Google-OAuth20-로그인-구현하기.md

Lines changed: 774 additions & 0 deletions
Large diffs are not rendered by default.

_site/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
w._search = {
9797
DATA_URL: '/assets/sitedata.json?no-cache',
9898
STORAGE_KEY: 'mini-search/',
99-
INDEX_KEY: 'index--2025-08-05T15:02:56+09:00',
99+
INDEX_KEY: 'index--2026-01-15T20:09:48+09:00',
100100
};
101101
w._clapButton = true;
102102
}(window);</script>
@@ -223,7 +223,7 @@ <h2>404</h2>
223223
<footer class="content" role="contentinfo">
224224
<hr/>
225225

226-
<p><small class="copyright">© 2024 NicoDora. All rights reserved.
226+
<p><small class="copyright">© 2026 NicoDora. All rights reserved.
227227
</small></p>
228228

229229

_site/about/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
w._search = {
9797
DATA_URL: '/assets/sitedata.json?no-cache',
9898
STORAGE_KEY: 'mini-search/',
99-
INDEX_KEY: 'index--2025-08-05T15:02:56+09:00',
99+
INDEX_KEY: 'index--2026-01-15T20:09:48+09:00',
100100
};
101101
w._clapButton = true;
102102
}(window);</script>
@@ -300,7 +300,7 @@ <h1 class="post-title flip-project-title">
300300
<footer class="content" role="contentinfo">
301301
<hr/>
302302

303-
<p><small class="copyright">© 2024 NicoDora. All rights reserved.
303+
<p><small class="copyright">© 2026 NicoDora. All rights reserved.
304304
</small></p>
305305

306306

199 KB
Loading
596 KB
Loading
249 KB
Loading
87.7 KB
Loading
81.3 KB
Loading

0 commit comments

Comments
 (0)