AgileVentures / AgileVentures/WebsiteOne-FE
Display project form only to logged in User
- 主要語言
- JavaScript
- 星號
- 3
- 分支
- 22
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。