-
As a user I should be able to
- [x] Register with details.
- [ ] Send a verification email.
-
Set up Spring Security for handling authentication. Implement endpoints for user registration and login using JWT for stateless sessions.
-
POST /api/v0/users
Content-Type: application/json
Accept: application/json
This POST endpoint should NOT call your endpoint like /api/v0/users?email=person@woohoo.com&password=abc123&password_confirm…
-
As a new user
When I put in my information
Then I am registered
-
- [x] Frontend
- [ ] Backend
- [ ] Design
-
Relates to:
- https://github.com/torrust/torrust-compose/issues/30
- https://github.com/torrust/torrust-index-gui/discussions/290
### Context
Currently, the application allows only one `adm…
-
Per David Needham
The URL + Link text fields on user registration looks a little funky. At least in the help text.
- When I signed up I got the warning `There was a problem with your newsletter sign…
-
**Description:**
This task involves creating the registration feature for the portfolio website, allowing new users to sign up by providing their details. The registration form must capture essenti…
-
**Describe the bug**
"This will help us streamline a few things and personalise your experience" change to "This will help us streamline the process and personalise your experience"
**Screenshot…
-
As a user, I would like to be able to sign up, so that I can network with other users in the LGBTQ+ community
Acceptance Criteria
- Users can register
- Users can login
- Users can logout
Tasks
- …