-
Updated
Dec 27, 2020 - JavaScript
auth
Here are 1,241 public repositories matching this topic...
-
Updated
Dec 28, 2020 - Go
-
Updated
Dec 27, 2020 - Java
-
Updated
Dec 8, 2020 - PHP
-
Updated
Jun 6, 2020 - PHP
-
Updated
Dec 18, 2020 - JavaScript
-
Updated
Dec 9, 2020 - Go
go-jwt seems to not be maintained really. It has open/known security issue (which have multiple PRs open to address, earliest in 2018: dgrijalva/jwt-go#286). And it requires numbers to be floats because it cannot validate ints. [PR to fix this has been made](https://github.com/dgrijalva
I've read the docs, and it seems you can pass through knex
instances, but I didn't see if it supports SQLite3 - could you clarify please?
-
Updated
Dec 19, 2020 - TypeScript
Here's inspiration: nuxt-community/auth-module#328 (comment)
-
Updated
Dec 22, 2020 - PHP
-
Updated
Dec 28, 2020 - Java
Issue
There is currently no proper way to override the not found found handler for each method.
Workaround 1
export AppController {
@Get('*')
handleGetNotFound() { ... }
@Post('*')
handlePostNotFound() { ... }
@Patch('*')
handlePatchNotFound() { ... }
// etc
}
Workaround 2
const app = createApp(AppController, {
po
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Dec 26, 2020 - PHP
-
Updated
Jun 21, 2019 - TypeScript
-
Updated
Dec 7, 2020 - Java
-
Updated
Sep 30, 2020 - PHP
-
Updated
Dec 25, 2020 - Python
-
Updated
Dec 26, 2020 - Python
-
Updated
Dec 27, 2020 - TypeScript
-
Updated
May 21, 2020
-
Updated
Dec 12, 2020 - Rust
-
Updated
Jul 6, 2020 - Ruby
Improve this page
Add a description, image, and links to the auth topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the auth topic, visit your repo's landing page and select "manage topics."
Implement all functionality of reports module for mobile platforms