-
- [x] Frontend routes contains wildcard variables written in `camelCase`
- [ ] Correctly formatted
- [ ] Routes are displayed with `inline coding text` (backticks)
-
- [x] `POST /token` -> Request authentication with User handle & password given in request body, return JWT in response body
- [ ] `DELETE /token` -> Request authentication be revoked for JWT passed …
-
- [x] Create Express.js routes to handle/respond to different API endpoints
- [x] Define routes for CRUD operations to interact with the database
- [x] Use the Mongoose models to perform database op…
-
**Problem**
Now we are storing several routes as const in different files. Additionally, all routes are inline in `Routing.js` component.
**Expected**
All routes should be stored as const in one …
-
As you maybe already know, you can use `Route::view` instead of `Route::get` to only use a function or a controller action to return a `view` without any logic on it.
So, this route:
https://githu…
-
---
# Backend Routes
- [x] Contains the following sections: HTML, API Endpoints(Backend)
- [x] Each route has a description
- [x] API Endpoint routes contains wildcard variables written in `snake_…
dtlai updated
3 years ago
-
# Frontend Routes
- [x] Frontend routes contains wildcard variables written in `camelCase`
- [x] Correctly formatted
- [x] Routes are displayed with `inline coding text` (backticks)
## Comment…
dtlai updated
3 years ago
-
We need some way of authenticating users, such that not every user is able to call all routes. Could be done using JWTs that are sent using the `Authorization` header.
-
### Versions used
Akka-grpc version: 1.0.0
### Expected Behavior
Concating `Route` of server and reflection results in both working on same port
### Actual Behavior
Concating…
-
I have noticed some of the routes end with an underscore like the following.
http://docs.claygl.xyz/api/clay.Shader_.html
when the underscore is removed the route works as expected.
http://docs…