Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trustcoodes/client-security-token
Software Registration and Login Token for Client(User)
https://github.com/trustcoodes/client-security-token
Last synced: 7 days ago
JSON representation
Software Registration and Login Token for Client(User)
- Host: GitHub
- URL: https://github.com/trustcoodes/client-security-token
- Owner: TrustCoodes
- Created: 2023-08-21T22:13:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-04T09:47:32.000Z (about 1 year ago)
- Last Synced: 2024-06-18T17:32:27.420Z (5 months ago)
- Language: Java
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## **CLIENT SECURITY TOKEN WITH SPRING SECURITY 6**
Implemented spring framework (Spring Security 6 with Spring boot3.0) which helps clients register, reset their login
details to online/software apps portal, also helped in validating access with a token validation mail sent to verify
authentication of real users with JWT.#### **TECHNOLOGIES**
* Spring Security 6
* JWT
* Spring Boot 3.0
* BCrpyt (Password Encoder)
* Maven Apache
* SQL dependency (MySQL)### IMPLEMENTATIONS / PROTOCOLS
* Refresh of Token created
* Client Password Encryption using BCrypt Dependency Injection
* Client Registration to DB
* Client Login Access after token creation
* Implemented Lambda expression on deprecated Spring 6 Functionalities
* Java 17 & Maven 3.+**_AUTHOR_**
[@Trustbycode](https://www.linkedin.com/in/trustbycode/)