-
Updated
Jul 7, 2022 - Go
auth
Here are 1,952 public repositories matching this topic...
-
Updated
Jul 2, 2022 - JavaScript
-
Updated
May 19, 2022 - PHP
-
Updated
Jul 4, 2022 - Go
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
Mar 15, 2022 - PHP
-
Updated
Jul 7, 2022 - JavaScript
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Jun 29, 2022 - Go
-
Updated
Jul 9, 2022 - Go
-
Updated
Jun 25, 2022 - Java
Here's inspiration: nuxt-community/auth-module#328 (comment)
Implement all functionality of reports module for mobile platforms
Issue
When deploying an application to a Cloud provider, the build often fails with the error foal not found because the CLI dependency is not found. When developing the app in local, it is installed as global dependency with npm install -g @foal/cli.
Solution
Include the CLI as project dev dependency when creating the app.
Files to update:
- Packages in `packages/cli/src/gene
-
Updated
Apr 5, 2022 - PHP
-
Updated
Feb 17, 2022 - PHP
-
Updated
Jul 8, 2022 - Python
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Jan 12, 2022 - PHP
Describe the bug
If the environment (in my case the stage environment) is not setup as a a secure origin the library break up cause of the crypto library is not in window object
To Reproduce
Steps to reproduce the behavior:
- A server work on http that is setup as 'insecure origin'
- Start the login sequence
Expected behavior
Warning on library loading that check secure or
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."
The current implementation of the maps API lacks support for the snapshot() functionality.
https://github.com/microg/GmsCore/blob/master/play-services-maps-core-mapbox/src/main/kotlin/org/microg/gms/maps/mapbox/GoogleMap.kt#L483
This is a requirement for location sharing in Signal messenger.