-
-
### Scribe version
4.37
### PHP version
8.3.9
### Framework
Laravel
### Framework version
11.28
### Scribe config
```ruby
static.output_path => "docs"
laravel.add_routes => false
laravel.do…
s1ghn updated
3 weeks ago
-
- [x] Frontend routes contains wildcard variables written in `camelCase`
- [x] Correctly formatted
- [x] Routes are displayed with `inline coding text` (backticks)
## Comments
- Will there be …
-
- [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_case`
- [x] Routes doe…
-
-
Currently, if a timeline is private, an anonymous user will not be able to view the timeline group page.
However, savvy developers could instead try to add timelines or timeline events via curl. Lo…
-
Add possibility to exclude some routes (disable tool-bar rendering for specific controllers/actions )
-
We may be able to leverage functionality from https://github.com/SuaveIO/suave once/if ever we share a common core. /cc @theimowski
-
**Enable url routing to different sections of the app
Each url link should navigate to its designated page
URL links to protected routes should be rejected until user is verified as authenticated**
…
ghost updated
6 years ago
-
Implement a backend system using Express.js to handle user authentication securely. Features include:
Storing hashed passwords using libraries like bcrypt.
Creating and validating JWT (JSON Web To…