AgileVentures / AgileVentures/WebsiteOne-FE
Display project form only to logged in User
- Ngôn ngữ chính
- JavaScript
- Star
- 3
- Fork
- 22
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Users should only be able to see the Project form when they are logged in to the application. Even by typing the `/projects/new` URL directly on the browser they should not be able to see the projects form.
## Expected Behavior
- Only logged in users are able to see the project form.
## Current Behavior
- Not Logged in users can see the project form but are not able to create a project
## Possible Solution
- Use the authentication token to verify user is logged in before displaying the `/project/new` page
- Redirect the user to login/signup page if they try to access the `/projects/new` page and they are not logged in
- When a user logs in they should now be redirected to the `projects/new` and be able to create a new project
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.