-
Spinning up a SMTP server to catch emails for the api specific tests seems excessive, but some e2e tests would be good.
The endpoints that we should test are
- [ ] /update-my-email
- [x] /user/repor…
-
3 types of routes:
1) Landing Page
2) 404 page
3) Protected routes created by users on demand
-
```
//apiCalls.js
//login funciton
const login = async (dispatch, user) => {
dispatch(loginStart());
try {
const res = await request.post("/auth/login", user, {
withCredentials:…
-
Hey, I'm looking for ways to implement openapi into sveltekit, I found this repository and I'm currently testing.
I find it pretty interesting, nice work!
There is specially one thing that bothe…
plckr updated
4 months ago
-
-Render protected pages conditionally to the user being logged in
- https://dev.to/mychal/protected-routes-with-react-function-components-dh#:~:text=Protected%20routes%20allow%20us%20to,components%20…
-
Thanks for your great work on Omnigollum.
While using it, I've just noticed that if you specify `protected_routes` for Omnigollum in Gollum's `config.rb` as such:
```
:protected_routes => [
…
-
Allow users to use the search API with POST requests to any endpoint.
- will require making a dedicated route for POSTs that is not csrf protected
- change app routes naming (preserve good urls …
-
Create a screen view component
## Detailed Description
Create a screen view component which will restrict user for hitting protected routes without authentication
## Context
Create a screen v…
-
Create a screen view component
## Detailed Description
Create a screen view component which will restrict user for hitting protected routes without authentication
## Context
Create a screen v…
-
Create a screen view component
## Detailed Description
Create a screen view component which will restrict user for hitting protected routes without authentication
## Context
Create a screen v…