Tagging
Try bookmarklet. Easy tagging.
Do you want to delete?
Do you want to modify?
  • LINKTAG
  • New
  • Tag
  • Comment
  • Tag, dev
Sign in

dev

it dev nextjs auth

Building Your Application: Authentication | Next.js

Learn how to implement authentication in Next.js, covering best practices, securing routes, authorization techniques, and session management.
wono | discuss |
it dev flutter jwt

[Flutter] JWT 토큰관리 및 자동로그인 구현하기 feat. Dio Interceptor, Social Login

자동로그인은 앱 개발에 대중적으로 들어가는 기능 중 하나입니다. 현업에서는 신입에게 처음 내주는 흔한 과제이기도 하지만 인증·인가를 생각한다면 쉽게 구현할 수 있는 기능은 아닙니다. 그래서 이번에는 기본적이지만 많은 학습이 필요한 로그인과 토큰 관리에 대해 알아보도록 하겠습니다. ✓JWT 발행 조건 설정 with 소셜로그인 토큰은 인증이 성공되면 그 결과로 발행됩니다. 즉 성공적으로 로그인이 된다면 서버에서 토큰을 발급해주는 로직이 구축되야 하는 것이죠. 이전에 인증은 "유저가 서비스에 자신의 신원을 확인하고 증명하는 과정"이라고 설명했었습니다. 유저의 신원을 확인하기위해선 먼저 유저를 특정할 유니크한 값을 고민해야 합니다. 자체 회원가입만 있는 앱의 경우 유저가 입력한 ID를 식별값으로 쓰면 되기 때..
wono | discuss |
it dev golang decorator

Go seems to be of the opinion that it's better to just use a small number of well-understood abstractions

wono | discuss |
it dev golang dacorator

Decorator Patterns In Go

Introduction The decorator pattern is a software design pattern that lets you add more... Tagged with go, designpatterns, programming, softwareengineering.
wono | discuss |
it dev golang echo proxy

Support retries of failed proxy requests by mikemherron · Pull Request #2414 · labstack/echo

Implements #2372 Support for retrying proxy requests that fail due to an unavailable backend instance.
wono | discuss |
it dev golang firebird driver

GitHub - nakagami/firebirdsql: Firebird RDBMS sql driver for Go (golang)

Firebird RDBMS sql driver for Go (golang). Contribute to nakagami/firebirdsql development by creating an account on GitHub.
wono | discuss |
it dev golang stars

GitHub - amanbolat/awesome-go-with-stars: Awesome-go list with stars. Automatically updated.

Awesome-go list with stars. Automatically updated. - amanbolat/awesome-go-with-stars
wono | discuss |
it dev nextjs prisma

How to get total documents count along with pagination · prisma/prisma · Discussion #3087

How to get total documents count along with pagination
wono | discuss |
it dev golang test

가장 빠르게 Go Test Code를 작성하는 방법

테스트를 하기 전에 알아야할 것들
wono | discuss |
it dev golang test

Go Test에 대해 알아보자

공부 여정기
wono | discuss |
it dev golang test

Go 테스트 코드 작성 및 실행

데보션 (DEVOCEAN) 기술 블로그 , 개발자 커뮤니티이자 내/외부 소통과 성장 플랫폼
wono | discuss |
it dev nestjs prisma

Models | Prisma Documentation

Learn about the concepts for building your data model with Prisma: Models, scalar types, enums, attributes, functions, IDs, default values and more.
wono | discuss |
it dev nextjs fonts

next.js : google font 적용하기🧚‍♀️(feat. tailwind)

next.js의 google font와, tailwind를 사용해서 프로젝트에 적용한 내용을 간단하게 정리해 보았습니다.
wono | discuss |
it dev nextjs create app

Learn Next.js | Next.js by Vercel - The React Framework

Next.js by Vercel is the full-stack React framework for the web.
wono | discuss |
it dev nextjs create pages

Learn | Next.js

Production grade React applications that scale. The world’s leading companies use Next.js by Vercel to build pre-rendered applications, static websites, and more.
wono | discuss |
it dev nextjs layout

Routing: Route Groups | Next.js

Route Groups can be used to partition your Next.js application into different sections.
wono | discuss |
it dev nextjs migrate

Upgrading: App Router Migration | Next.js

Learn how to upgrade your existing Next.js application from the Pages Router to the App Router.
wono | discuss |
it dev reactjs var

How to define varaibles in ReactJS

Introduction When we start to learn a new programming language or a new library, the first thing we need to get a hang of is its syntax, how to declare variables, and how to use them. This blog post is aimed at beginners who are just dipping their toes in
wono | discuss |
it dev nextjs params

NEXT.js 14 Passing data from a Page to an Other [duplicate]

wono | discuss |
it dev nextjs

[완] Next.js 15가지만 알면 끝남

React 문법 모르면 보지 마세요. 이걸로 공부할 생각하지 말고, next.js 공부한 후에 치팅시트용으로 쓰세요. 저는 vue를 자주 썼기 때문에 vue에 해당하는 부분이 있으면 표시해뒀습니다. 1. 페이지 만들기 app/hello/page.js에 아래와 같은 코
wono | discuss |
Next
© 2026. LINKTAG.ORG. Help Feedback Privacy Terms