Laravel Login Issue (It is custom login)
Questions: I have made custom Login and Registration process with Laravel. Registration is working fine but Login is not working User Model (User.php) <?php namespace App; use Illuminate\Notificati...
Questions: I have made custom Login and Registration process with Laravel. Registration is working fine but Login is not working User Model (User.php) <?php namespace App; use Illuminate\Notificati...
Questions: I am making an application for this company that has suppliers. They all have their own login name/pass, and if they log in they automatically get their user data set. The loginname field a...
Questions: I am on page : http://laravel.dev/lists which shows me list of item <a href="http://laravel.dev/lists/1">Item 1</a> <a href="http://laravel.dev/lists/2">Item 1</a> &...
Questions: Hi I am currently working on this if else to intent For example bottomNavigationView.setOnNavigationItemSelectedListener(new BottomNavigationView.OnNavigationItemSelectedListener() { @Overr...
Questions: I’m developing an android app with social network login support. And now I faced an issue that with logging in and out to the Facebook SDK. On our server we are storing the access tok...
Questions: I am learning MVP design pattern in Android. Hence I just coded a simple login screen with two classes “DataModel” and “Activity” without any pattern. Now I want to ...
Questions: mCallbackManager = CallbackManager.Factory.create(); FacebookCallback<LoginResult> fbCallback = new FacebookCallback<LoginResult>() { @Override public void onSuccess(LoginResult...
Questions: I have an android application based on the videochat-sample. I want to use a text chat to send information between the participants in the videochat. Can i simply use the same login? Answer...
Questions: I am very new in android.In my app I want when a user login that user’s id is carried all activity.Like a session management.That user id comes from mysql database.I want to carry log...
Questions: I’m working with fos user bundle , the very basic installation of Symfony’s website Security.yml security: encoders: FOS\UserBundle\Model\UserInterface: sha512 role_hierarchy: R...