Spring + VueJS: What's the best way to implement security?

This page summarizes the projects mentioned and recommended in the original post on /r/SpringBoot

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • oidc-client-ts

    OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications

  • Most recommended way is using OAuth2 + OpenId Connect. You'll need an authentication provider like keycloak, Auth0, AWS Cogito etc... Then it's just configuring Spring OAuth Resource Server and using either the vendors js library or oidc-client-ts on the frontend.

  • spring-authorization-server

    Spring Authorization Server

  • I use this https://github.com/spring-projects/spring-authorization-server for smaller projects or experimentations. Keeps all the moving parts without going to a 3rd party.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I can't persuade our lead software architecture that this is not going to work

    1 project | /r/learnjavascript | 27 Jun 2023
  • (React/.NET) How to implement OAuth in a fullstack application? (my implementation in the description)

    4 projects | /r/dotnet | 7 Dec 2022
  • JWT storage best practices

    2 projects | /r/webdev | 29 Aug 2022
  • vuejs google,linkedin signup

    1 project | /r/vuejs | 24 Aug 2022
  • Ressources for backend call

    1 project | /r/KeyCloak | 16 Nov 2023