- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Full-Stack Secure App with Auth0, Next.js (+ NextAuth), Spring Boot and PostgreSQL
Frontend: Next.js using next-auth to handle authentication with Auth0 (sign-in, session, tokens). Frontend calls backend APIs with access tokens.
Auth provider: Auth0 — manage Applications (client credentials for machine-to-machine or OIDC for user login), create an API (resource server) to issue access tokens (set audience).
Backend: Spring Boot as an OAuth2 Resource Server (validates access tokens from Auth0). Expose REST endpoints, enforce scopes/roles.
Database: PostgreSQL for persistent data (users, roles, app data). Use migrations (Flyway or Liquibase).
Flow: User logs in via frontend → Auth0 issues ID & Access tokens → NextAuth stores session and sends access token to Spring Boot for protected requests → Spring verifies token signature and claims.
https://trinhvo.hashnode.dev
Видео Full-Stack Secure App with Auth0, Next.js (+ NextAuth), Spring Boot and PostgreSQL канала Tech Talk
Auth provider: Auth0 — manage Applications (client credentials for machine-to-machine or OIDC for user login), create an API (resource server) to issue access tokens (set audience).
Backend: Spring Boot as an OAuth2 Resource Server (validates access tokens from Auth0). Expose REST endpoints, enforce scopes/roles.
Database: PostgreSQL for persistent data (users, roles, app data). Use migrations (Flyway or Liquibase).
Flow: User logs in via frontend → Auth0 issues ID & Access tokens → NextAuth stores session and sends access token to Spring Boot for protected requests → Spring verifies token signature and claims.
https://trinhvo.hashnode.dev
Видео Full-Stack Secure App with Auth0, Next.js (+ NextAuth), Spring Boot and PostgreSQL канала Tech Talk
Комментарии отсутствуют
Информация о видео
4 ноября 2025 г. 20:52:06
00:11:05
Другие видео канала

