Skip to content

Instantly share code, notes, and snippets.

View ArtemVeremienko's full-sized avatar
🤓
To understand recursion, you must first understand recursion

Artem Veremiienko ArtemVeremienko

🤓
To understand recursion, you must first understand recursion
View GitHub Profile
@ArtemVeremienko
ArtemVeremienko / tokens.md
Created October 8, 2023 18:05 — forked from zmts/tokens.md
Про токены, JSON Web Tokens (JWT), аутентификацию и авторизацию. Token-Based Authentication

Про токены, JSON Web Tokens (JWT), аутентификацию и авторизацию. Token-Based Authentication

Last major update: 25.08.2020

  • Что такое авторизация/аутентификация
  • Где хранить токены
  • Как ставить куки ?
  • Процесс логина
  • Процесс рефреш токенов
  • Кража токенов/Механизм контроля токенов

Animated SVG Avatar

Created a login form with an SVG avatar that responds to the input in the email field. Used the GSAP TweenMax library + GSAP's MorphSVG plugin for the animating.

Email validation is very simple and crude just for the purposes of getting this prototype working.

A Pen by Artem on CodePen.

License.