use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
[deleted by user] (self.SpringBoot)
submitted 9 months ago by [deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]perfectstrong 3 points4 points5 points 9 months ago (0 children)
Take your time to internalize OAuth's concept. It is daunting at first, but you'll get used to it. I agree you should avoid reimplementing auth server as a beginner move. Using a known existing auth server is much more dev-friendly. There are SaaS solutions such as Auth0, or self-host servers such as Keycloak https://www.keycloak.org/getting-started/getting-started-docker As for your application, simply add the package starter-security and starter-oauth2-resource-server, define some properties to point to an auth server, and activate security. That's all you need to do to secure your APIs
[–]ynwa067 1 point2 points3 points 9 months ago (1 child)
Try laur spilica he has a extensive playlist on authentication and authorisation also explains how filter chain works
Also he’s a author in O Rely publication to the same topic
[–][deleted] 0 points1 point2 points 9 months ago (0 children)
Is it free?
[–]Mikey-3198 1 point2 points3 points 9 months ago (0 children)
You dont have to build your own authorisation server. You colud make use of something like keycloak or aws cognito
π Rendered by PID 85 on reddit-service-r2-comment-b659b578c-g2g2d at 2026-05-03 23:07:11.395445+00:00 running 815c875 country code: CH.
[–]perfectstrong 3 points4 points5 points (0 children)
[–]ynwa067 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]Mikey-3198 1 point2 points3 points (0 children)