Login
Discover
Waves
Communities
Login
Signup
Topics
#jwt
Global
Trending
Hot
New
Top
#jwt
New
Top communities
Create your community
latest #jwt created topics | Ecency
achimmertens
Deutsch D-A-CH
2022-03-28 05:50
Java Training Block 11+12 – Tag 11: Git + Security + Kursfazit
Ein paar Sätzen zu git, ein in Java nachgebauter Keycloak-Server und mein Fazit zur Akademie, welche diese Woche endet.
$ 9.803
54
6
2
ppopescu
java
2021-11-15 08:19
Using JSON Web Tokens for Authorization
Article originally posted on my personal website under Using JWT in Java A useful feature of a web application is the possibility to authorize a client to access certain features of the app. Once
$ 0.000
3
1
1
tkgcci
jwt
2019-12-11 23:34
!
Low reputation account with an unverified outbound link, Reveal content
To 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 the number of verification code digits sent. The default value is 4, and acceptable values
tkgcci
jwt
2019-12-11 23:14
!
Low reputation account with an unverified outbound link, Reveal content
jwt_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 containing JSON that can be signed. Signing means that you can check if the JSON has been
isaacmartiubeda
Holos&Lotus
2026-07-29 23:30
Published via Ecency
Promoted
La creatividad también nace fuera de las pantallas/ESP-ENG
Hola, ¿te ha pasado que cuando estamos sin internet, en ocasiones, se siente una sensación de tranquilidad?
rxge
security
2019-10-07 13:38
How to Use JWT in your Express App
Using JWT in your Express app As a backend engineer, you get a lot of control over how people are authenticated and their state is stored. Back in the day, it was common to see "stateful"
yjiq150
kr
2018-10-28 16:34
API 서버 인증을 위한 JWT와 JWK 이해하기
쿠키(cookie)를 이용한 세션기반의 인증의 경우 특정 웹서버에서 세션 상태(session state)를 유지해야 하기 때문에 stateless 하지않다. 서버 로직이 Stateless가 아닌 경우 더 많은 요청을 처리하기 위해 동일한 서버의 숫자를 늘리는 스케일 아웃(scale out)에 적합하지 않다. 또한 도메인이 다른 서버에 대해서는 해당 세션 쿠키가
vixmemon
programming
2018-10-08 21:21
Microservices - Understanding and Implementing OAuth2 with JWT
Before we jump into How to implementAuthentication & Authorization into any application, let's familiarise ourselves with some key concepts. ConceptDefinition Authenticationis a means to know Who is
dirmich
nuxt
2018-08-25 08:32
Nuxt.js Authenticate with JWT
[Login] login process with passport --> req.user is generated automatically by passport create route for '/auth/token' for get jwt token with req.user create nuxtServerInit for fetching token and set
steven-patrick
Town Square
2026-08-09 10:12
Published via Ecency
Promoted
Forest to table dining 🙂
Chicken of the Woods is a favorite mushroom to forage. Its easy to identify and cooks up with a texture surprisingly similar to chicken. That also makes it a favorite of vegetarians.
svenbbm
nicht
2018-07-28 01:53
Asp Net Core: Login wird nicht erkannt wegen JWT Authentity
Problem: der User wird beim Aufruf einer Webseite nicht erkannt, obwohl das Login erfolgreich war Betrifft: Asp.Net Core MVC Anwendung mit WebApi JWT JavaWebToken Ursache: Wenn man in einer Asp.Net Core
alfarisi94
utopian-io
2018-05-09 05:37
Consuming JWT in Client side with Vuejs
Repository What Will I Learn? Consuming JWT API with endpoint Make Authorization in Axios Set-cookie with Vue-cookie Requirements Basic Javascript Es6 Install Vuejs Browser Mozilla Follow the previous
alfarisi94
utopian-io
2018-05-07 16:26
Consuming JWT in Client side with Jquery
Repository What Will I Learn? Consuming JWT API with endpoint Ajax Setup Header Make Authorization in headers Ajax Set Cookie for Authorization Requirements Basic Jquery Browser Mozilla Follow the previous
gabrum
utopian-io
2018-05-06 08:21
Python JSON Web Tokens : Implementation and Tutorial
Link to repository : Tutorial : Python JSON Web Tokens What is JWT? JWT or JSON Web Tokens is a compact, URL-safe means of representing claims between two parties. The claim between the parties is often
tonyz
Black And White
2026-08-09 12:00
Promoted
Wakeboard event Amsterdam. Monomad Challenge.
Great action yesterday in Amsterdam. Respect, saw some hard crashes.
alfarisi94
utopian-io
2018-05-02 16:25
Consuming JWT API with MongoDB and Node.js part-3# Verify Token, Decode Token , Route Protection
What Will I Learn? Verify Token Decode token A protected route with token Checking the user who is logged in Requirements Write here a bullet list of the requirements for the user in order to follow this
alfarisi94
utopian-io
2018-04-30 04:48
Consuming 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 node.js Install Express.js Install Postman Basic node.js, javascript es6 Basic Mongoose Watch part1 Difficulty
the-dragon
utopian-io
2018-04-29 19:02
Introduction to JWT
In this post, I will try to explain what is JWT, what are its advantages and why you should be using it. JWT stands for JSON Web Tokens. Let me explain what each word means. JSON - JSON means that the
puukallistaja
dnabc
2018-04-20 23:16
Title
project.list.lõpuks.saab.see.valmis. dnaBc DNAbC DNAbC kohtuid pole tarvis. kõik on chainis. :D paarikene peab otsustama, et kas nad on chainis või mitte data cleanup i.want.to.buy. this is how you make
goga22
Black And White
2026-08-09 04:57
Published via Ecency
Promoted
Believe and never give up//MONOMAD CHALLENGE
Have a good and blessed Sunday, dear friends in the Black And White Community 🙌📸 What we don't understand today, tomorrow might be a reason to give thanks. An
alfarisi94
utopian-io
2018-03-28 17:00
Build 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 APIs, our JWT system wraps data in tokens. so any action that requires authentication
parkjp
kr
2018-02-22 03:54
JWT의 이해
1. JWT의 이해 근래에 들어서 Claim 기반의 토큰 방식인 JWT (JSON Web Token)가 많이 사용되고 있다. 여기서 Claim은 사용자에 대한 프로퍼티나 속성을 말한다. 토큰 자체가 정보를 가지는 방식인데, JWT는 이 Claim을 JSON을 이용해서 정의한다. 다음은 Claim을 JSON으로 서술한 예이다. JSON은 '\n' 등 줄바꿈 문자가
labomba
d-tube
2018-02-13 21:45
JWT - Json Web Token
Today I implemented an authentication server using jwt.io. A framework for creating a secure Json web token authentication. (jwt.io is not only available for nodejs but also for Asp.net, python, Java and
wikinalz
java
2017-12-28 21:17
!
Low reputation account with an unverified outbound link, Reveal content
Java EE - Security API
I am dealing these days with writing a Java EE application providing a REST API. This REST API needs to be secured somehow. I am trying to use JWT. Interesting information
Older →