spring-projects / spring-authorization-server

Spring Authorization Server
https://spring.io/projects/spring-authorization-server
Apache License 2.0
4.78k stars 1.25k forks source link

Run Spring Authorization Server without database #1660

Open rcbandit111 opened 1 week ago

rcbandit111 commented 1 week ago

I want to use Spring Authorization Server in a setup with Google SSO. In my case I don't need a database. I will only forward requests to Google for users logs. Is it possible to use it without a database?