Questions tagged as 'auth'

1
answer

How to download the file using wget on an authenticated website?

I am trying to download a backup file that is located on an authenticated site using wget. I crawled http behavior when I login through my browser and these are the parameters: https://quire.io/login continue: s_password: fakepass s_rememberM...
asked by 01.06.2017 / 20:23
1
answer

How to send login and password for this authentication system ..? (automatic login)

You most likely already know and / or have seen that old apache authentication system (htpasswd | image below). Well,Ineedtocreateacodethatsendstheloginandpasswordtotheformandentersdirectonthepage.Noneedtomanuallyentereverything.Iknowthatiti...
asked by 05.08.2015 / 23:56
1
answer

Problems with JWT token

I'm using a system that uses the JWT token pass for authentication, the problem is that I can easily collect the headers of the API calls and pick up my token to be able to request what I want and pick up the data of any user. I believe that pro...
asked by 08.10.2018 / 15:45
0
answers

Web2py - Auth - Authentication with MongoDB

I'm trying to use MongoDB with Web2py, and for that I started with authentication, but this one appearing errors that I do not understand. In a relational database, Web2py creates the authentication tables, in MongoDB the collections are not...
asked by 19.06.2015 / 15:56
2
answers

Error: No supported encrypter found. The cipher and / or key length are invalid

I am using laravel 5.2 and I have been authenticating myself, but when I run the command php artisan make:auth it works perfect, but in practice it does not ... When I click login or register it gives me this error:    No supported enc...
asked by 24.02.2016 / 13:50
1
answer

Auth always returning false

Well I'm developing a login itself and I have other campos and another tabela , everything goes perfectly but always returns false result. I changed the file Authenticatable.php within \Illuminate\AuthZAut...
asked by 13.10.2016 / 01:23
3
answers

Login CakePHP 2.0 does not work

I have successfully made the login system with the table and fields that come by default in cakephp, I have decided to change the table and fields to login and now does not log in. Logs / Login.ctp file: <div class="large-4 columns...
asked by 27.02.2014 / 15:58
1
answer

Make inclusion of the respective user Laravel 5.5 Auth Default

I have a simple question, I am putting together some registers for the purpose of studying the laravel framework, with People, Chart of Accounts and etc. I'm using Laravel's default authentication, and now I came across the following situatio...
asked by 27.02.2018 / 13:16
1
answer

About URL with token

Good evening! Just take a question. I'm developing an android application and will get information in json, but when I log in, it would look like this    link If the verification is correct you will receive a token to access the o...
asked by 09.08.2017 / 03:06
0
answers

Api Symfony with Auth0

Can anyone help me is that I'm having trouble implementing Auth0 to authenticate an api I'm looking at this example link Thank you     
asked by 05.09.2016 / 19:06