#Spring Security

1 messages · Page 1 of 1 (latest)

whole jackal
#

I want to learn about spring security but I don't know anything about it so can anyone tells me that how much I have to learn it to authenticate my login page and can also add the Google and other outh services in it and can also make my api secure ?

crystal tangleBOT
#

<@&1004656351647117403> please have a look, thanks.

#

Here is an AI assisted attempt to answer your question 🤖. Maybe it helps! In any case, a human is on the way 👍. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.

#
TJ-Bot
I want to learn about spring security but I don't know anything about it so can anyone tells me that how much I have to learn it to authenticate my login page and can also add the Google and other outh services in it and can also make my api secure ?

le reCaptcha on it?

To implement Spring Security for authentication in your login page, you will need to understand the basic concepts of Spring Security. This includes configuring security settings, creating custom authentication providers, and securing endpoints using annotations.

To add Google reCaptcha to your login page, you will also need to integrate the necessary dependencies and configure the reCaptcha settings in your Spring Security configuration.

Overall, learning Spring Security for authentication and integrating Google reCaptcha can be achieved with a moderate level of understanding. You will need to grasp the fundamentals of Spring Security and how it works, as well as understand how to configure it to meet your specific authentication requirements.

There are plenty of resources available online such as official documentation, tutorials, and community forums that can help you learn and implement Spring Security effectively. Additionally, practicing with hands-on examples and experimenting with different configurations will enhance your understanding of this topic. Feel free to ask questions in our discord server for more guidance and support as you explore Spring Security further.

dapper stump
#

software security is actually not ez

#

as it's too vast, there are actually many aspects in it

whole jackal
#

hm

dapper stump
#

but there are some easy basics

#

that you can get by understand the standards and how spring employs it

whole jackal
#

so from where should i get the basic understanding of the flow and the simple things that i can use in my project

dapper stump
#

from your first msg above, it seems you're building a full spring webapp with thymeleaf right ?

#

and you want to do form login

whole jackal
#

yehh

dapper stump
#

start by reading the architecture of this type of login

whole jackal
#

hmm ok

dapper stump
#

it's a sequence-like diagram with some precious details

#

to understand the flow behind

#

and below you can find some code examples

#

if you want a full working sample, just head over the sample repository on github , clone and try it out

#

take a look on those subprojects, pick the example that suits your needs

#

we aren't going to rewrite the spring security docs in chat here.

#

however if you find something tricky or complex, we can assist u to overcome it

whole jackal
#

hmm ok thanks i will check it out

dapper stump
#

also, do not rush with spring in general and security module specifically

#

it requires time to be comfortable with it