JSJSON Web Token (JWT) is a compact and secure token format used for user authentication and information exchange. The signature embedded within the token enables the integrity of the data to be maintained during transmission or encryption. JWT was developed by the IETF (Internet Engineering Task Force) and published in May 2015 under the RFC 7519 standard.Use CasesJWT technology is primarily used for;Authentication by issuing an access token to the client after a user logs into the system via a w
EN
Ferhat Çakmakoğlu
JsJson Web Token (JWT) kullanıcı kimlik doğrulaması ve bilgi aktarımı için kullanılan kompakt ve güvenli bir token formatıdır. Token içerisinde barındırdığı imza ile verinin bütünlük koruması altında taşınmasını veya şifrelenmesini mümkün kılar. IETF (Internet Engineering Task Force) tarafından geliştirilen JWT; RFC 7519 standart adıyla Mayıs 2015'te yayımlanmıştır.Kullanım Alanları JWT teknolojisi çoğunlukla;Kullanıcının web veya mobil platform üzerinden sisteme giriş yapması sonrası istemciye er
TR
Ferhat Çakmakoğlu