hzafar / solid-spring-demo

Demo Solid application using the Spring Framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solid Spring Demo

A simple Solid application that can read and write pod data, built using Spring and Kotlin. To run, clone the repository and execute ./mvnw spring-boot:run from the repository root. The application will start up on http://localhost:8080, which will redirect you to a login page. To login, enter either your WebID or your identity provider. Once logged in, you can update your profile name and read resources to which you have access, including those from other pods and/or hosts.

This application demonstrates how to implement the Solid OIDC flow (to my best ability and understanding) using Spring. For more information, see this blog post.

About

Demo Solid application using the Spring Framework.


Languages

Language:Kotlin 91.6%Language:HTML 7.2%Language:Java 1.3%