#jwtUnmoderated tagAll postsTrending CommunitiesNewcomers' CommunitySteemitCryptoAcademySteemit Feedbackআমার বাংলা ব্লগKorea • 한국 • KR • KOSTEEM CN/中文Steem AllianceWORLD OF XPILARAVLE 일상Comunidad LatinaBeauty of CreativityTron Fan ClubExplore Communities...#jwtTrendingHotNewPayoutsMutedrealmankwon (83)in SCT.암호화폐.Crypto • 2 years agosteemCreated with Sketch.[개발] JWT Refresh token 만료기간 갱신안녕하세요 @realmankwon 입니다. Refresh Token의 만료 기간을 주기적으로 갱신하는 방법은 다양하게 있지만, 일반적으로는 다음과 같이 구현할 수 있습니다. Refresh Token 발급…cacareth (25)in #jwt • 3 years ago더 이상 JWT가 필요하지 않습니다.서명된 메시지를 사용하여 web3로 사용자를 인증하는 더 간단한 방법 Ethereum 로그인이 곧 사용자 표준이 되고 암호가 더 이상 필요하지 않다는 것은 비밀이 아닙니다. 그럼에도 불구하고 dApp 개발은…tkgcci (25)in #jwt • 5 years agoTo allow devices to start verifications, you'll need to provide a JWT to the devices.To allow devices to start verifications, you'll need to provide a JWT to the devices. An optional value to change…tkgcci (25)in #jwt • 5 years agojwt_token: JSON cannot be changed and so often used for authentication servers.jwt_token: JSON cannot be changed and so often used for authentication servers. JSON Web Token is a URL Safe token…rxge (47)in #security • 6 years agosteemCreated with Sketch.How to Use JWT in your Express AppUsing JWT in your Express app As a backend engineer, you get a lot of control over how people are authenticated and…yjiq150 (56)in #kr • 6 years agoAPI 서버 인증을 위한 JWT와 JWK 이해하기쿠키(cookie)를 이용한 세션기반의 인증의 경우 특정 웹서버에서 세션 상태(session state)를 유지해야 하기 때문에 stateless 하지않다. 서버 로직이 Stateless가 아닌 경우 더 많은…vixmemon (51)in #programming • 7 years agoMicroservices - Understanding and Implementing OAuth2 with JWTBefore we jump into How to implement Authentication & Authorization into any application, let's familiarise…dirmich (25)in #nuxt • 7 years agoNuxt.js Authenticate with JWT[Login] login process with passport --> req.user is generated automatically by passport create route for…svenbbm (25)in #nicht • 7 years agoAsp Net Core: Login wird nicht erkannt wegen JWT AuthentityProblem: der User wird beim Aufruf einer Webseite nicht erkannt, obwohl das Login erfolgreich war Betrifft:…alfarisi94 (58)in #utopian-io • 7 years agoConsuming JWT in Client side with VuejsRepository What Will I Learn? Consuming JWT API with endpoint Make Authorization in Axios Set-cookie…alfarisi94 (58)in #utopian-io • 7 years agoConsuming JWT in Client side with JqueryRepository What Will I Learn? Consuming JWT API with endpoint Ajax Setup Header Make Authorization in…gabrum (55)in #utopian-io • 7 years agoPython JSON Web Tokens : Implementation and TutorialLink to repository : Tutorial : Python JSON Web Tokens What is JWT? JWT or JSON Web Tokens is a compact…alfarisi94 (58)in #utopian-io • 7 years agoConsuming JWT API with MongoDB and Node.js part-3# Verify Token, Decode Token , Route ProtectionWhat Will I Learn? Verify Token Decode token A protected route with token Checking the user who is…alfarisi94 (58)in #utopian-io • 7 years agoConsuming JWT API with MongoDB and Node.js part-2# User Validation, Create token.What Will I Learn? Create a route for API login Make Validation Create Token Requirements Install…the-dragon (53)in #utopian-io • 7 years agoIntroduction to JWTIn this post, I will try to explain what is JWT , what are its advantages and why you should be using it. JWT…puukallistaja (40)in #dnabc • 7 years agosteemCreated with Sketch.Titleproject.list.lõpuks.saab.see.valmis. dnaBc DNAbC DNAbC kohtuid pole tarvis. kõik on chainis. :D paarikene peab…alfarisi94 (58)in #utopian-io • 7 years agoBuild Rest API in Slim Microframework part-2 (JWT)This tutorial I will discuss JSON (JSON Web Token). JWT brings a familiar concept to those of you who often play with…parkjp (32)in #kr • 7 years agoJWT의 이해1. JWT의 이해 근래에 들어서 Claim 기반의 토큰 방식인 JWT (JSON Web Token)가 많이 사용되고 있다. 여기서 Claim은 사용자에 대한 프로퍼티나 속성을 말한다. 토큰 자체가…labomba (25)in #d-tube • 7 years agoJWT - Json Web TokenToday I implemented an authentication server using jwt.io. A framework for creating a secure Json web token…wikinalz (25)in #java • 7 years agoJava EE - Security APII am dealing these days with writing a Java EE application providing a REST API. This REST API needs to be secured…