<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>oauth2 on GoScrapy Blog</title><link>http://goscrapy.com.ar/tags/oauth2/</link><description>Recent content in oauth2 on GoScrapy Blog</description><generator>Hugo -- gohugo.io</generator><managingEditor>jackgris2@gmail.com (Gabriel Pozo)</managingEditor><webMaster>jackgris2@gmail.com (Gabriel Pozo)</webMaster><lastBuildDate>Wed, 10 May 2023 23:05:55 -0300</lastBuildDate><atom:link href="http://goscrapy.com.ar/tags/oauth2/index.xml" rel="self" type="application/rss+xml"/><item><title>Building an Authorization Service With Fiber Using JWT</title><link>http://goscrapy.com.ar/post/building-an-authorization-service-with-fiber-using-jwt/</link><pubDate>Wed, 10 May 2023 23:05:55 -0300</pubDate><author>jackgris2@gmail.com (Gabriel Pozo)</author><guid>http://goscrapy.com.ar/post/building-an-authorization-service-with-fiber-using-jwt/</guid><description>What is JWT? JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed. JWTs can be signed using a secret (with the HMAC algorithm) or a public/private key pair using RSA or ECDSA.
Although JWTs can be encrypted to provide secrecy between parties, we will focus on signed tokens.</description></item><item><title>Build your own OAuth2 server</title><link>http://goscrapy.com.ar/post/build-your-own-oauth2-server/</link><pubDate>Tue, 09 May 2023 18:09:36 -0300</pubDate><author>jackgris2@gmail.com (Gabriel Pozo)</author><guid>http://goscrapy.com.ar/post/build-your-own-oauth2-server/</guid><description>What is OAuth2? OAuth 2.0, which stands for “Open Authorization”, is a standard designed to allow a website or application to access resources hosted by other web apps on behalf of a user. It replaced OAuth 1.0 in 2012 and is now the de facto industry standard for online authorization. OAuth 2.0 provides consented access and restricts actions of what the client app can perform on resources on behalf of the user, without ever sharing the user&amp;rsquo;s credentials.</description></item></channel></rss>