-
Why don't we use the JWTHandler class in the authentication middleware to decode the received token, so we can also handle exceptions properly?
-
DN: Na web by šlo doplnit ještě popis autentizačního API
https://github.com/ARUP-CAS/aiscr-webamcr/issues/934
https://github.com/ARUP-CAS/aiscr-webamcr/issues/934#issuecomment-1563887690)
-
Motivation:
- Provide a secure login alternative to traditional methods.
- Attract and engage blockchain users.
- Modernize the application with advanced technology.
-
Prior to Oracle 19.25, this works:
`
use DBI;
use DBD::Oracle qw(:ora_session_modes);
$dbh = DBI->connect('DBI:Oracle:', '/', '', {ora_session_mode => ORA_SYSDBA, RaiseError => 1}) or die "Can…
-
I am new to this library. I am wondering if there is an example showing how to do JWT based authentication before forwarding the request to upstream server(s)? If not, can someone provide me the steps…
-
**Describe the solution you'd like**
I would like to see the possibility of ldap authentication. Following points should be considered:
* Mapping of attributes
* LDAP bind with binddn and rebind …
-
Hello,
I'm experiencing an issue with the Facebook authentication in a WebGL project.
The problem arises when users with Facebook's two-factor authentication (2FA) enabled attempt to log in.
Whe…
-
### What version of Bun is running?
1.1.30+7996d06b8
### What platform is your computer?
Darwin 23.6.0 arm64 arm
### What steps can reproduce the bug?
Use a global config like this:
```
@slug:re…
-
# The need
Bob left the company
We want to keep his data around, keep receive mail, but forbid him to connect to read them.
We need a way to do this for SMTP and IMAP where mail server manage…
-
2-Factor-Authentication functionality should be checked for functionality.