Articles tagged with spring | TwiN

Project - spring-as-backend

A ready-to-go secure Spring backend project

Migrating from Java EE to Spring Boot

A guide on how to easily migrate a Java Enterprise Edition (J2EE) Web application to Spring Boot

Spring Security - Reload Authorities on Every Request

By using an interceptor, it is possible to reload the user's authorities on every request, thus allowing the authorities of an authenticated user to be modified without having to force said user to re-authenticate.

Spring Security - Prevent Authenticated Users From Accessing Login Page

A quick guide on how to prevent authenticated users from accessing the login page using Spring Security.

Spring Boot: How to read a file from the resources folder

How to access resource files that are packaged inside the JAR file using Spring Boot

Spring Security - How to configure an OAuth2 client

Minimal configuration required for a Spring Boot project using Spring Security with OAuth2 client