Questions tagged as 'auth'

0
answers

Fail: Auth Firebase (FCM) Java

When attempting to authenticate to Firebase for push notification registration you are returning these messages; Jar's:  firebase-admin-6.2.0.jar  google-auth-library-oauth2-http-0.11.0.jar  google-oauth-client-1.25.0.jar         java.lang...
asked by 27.08.2018 / 22:46
0
answers

Firebase Auth - Verify custom domain (for sending email)

Good afternoon! I'm trying to verify my proprietary domain in the "Authentication" part of Firebase, so I can send emails and manage user accounts via my domain. IhavealreadycreatedtheDNSrecordsasdirectedandrequestedbyFirebase(imageabove)...
asked by 01.08.2018 / 21:46
0
answers

Headers Cakephp 3 with Ionic 3

Update: Trying to debug a bit more I found this return as print below. But I followed the steps of the documentation of the plugin git itself. Anyone who can help from now on thanks. **CAKEPHPCode3**<?php/** *CakePHP(tm):RapidDevelopmen...
asked by 10.04.2018 / 03:06
1
answer

Firebase Auth and Unity

Does anyone have an example or would you know how to verify email authentication within unity using firebase     
asked by 29.01.2018 / 13:37
1
answer

Codeigniter - Permission Authentication

Good afternoon, I would like to know if there is a more practical solution to my problem. Each user has a different permission, characterized by a_id permission in the users table that is correlated with an id in the permission table. Is t...
asked by 08.01.2018 / 16:15
1
answer

How to control routes using laravel middleware?

I have a system with the following routes '\' 'expenses' '\ register' '\ login' 'home' of these routes would like to leave only unauthenticated user '\' and '\ login', For this I changed the handle function of the RedirectIfAut...
asked by 19.12.2017 / 19:20
1
answer

Laravel Auth :: Atempt () always returns false

I tried to authenticate, but always returns false in the Auth::attempt() method of Laravel: $prontuario = Input::get('prontuario'); $senha = Input::get('senhas'); if (Auth::attempt(['prontuario' => $prontuario, 'senha' =>...
asked by 03.11.2016 / 00:50
1
answer

Problem with the FirebaseApp call

I have a fragment that performs user registration and login using Firebase. However, I'm having trouble with the initializeApp (Context) method. Here is the code: @Override public View onCreateView(LayoutInflater inflater, ViewGroup container,...
asked by 22.09.2017 / 22:48
2
answers

How can I recover an image from the Storage Folder without passing parameter in Route Laravel5.2?

How to recover an image of the Storage Folder without passing parameter in the Laravel Route? My current code is working, but I'm having security problems because when I pass the parameter on the route the logged in user can see the image o...
asked by 12.09.2017 / 07:34
0
answers

How to check in the API if a user who is being searched in the database is the user that is logged in?

I am using Laravel and I need to create an attribute (is_me) in the model to know if the current profile belongs to the user that is logged in; I was doing as below, but now that I'm using API I can no longer use Auth :: user () public func...
asked by 30.05.2017 / 21:27